.form-validate ul li {
  color:#d75553;
}

.ls-login-logo {
    margin-bottom: 50px !important;
}

.tray-breadcrumb {
    margin: 8px 0 -56px 36px;
    font-size: 13px !important;
    letter-spacing: 0.2px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.tray-title-intro {
    font-size: 26px !important;
    font-weight: 600;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.tray-title-intro[class*='ls-ico']:before {
    font-size: 36px;
}

.tray-title-intro:before {
    vertical-align: super !important;
    margin-top: 10px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginTop10 {
    margin-top: 10px;
}

.box-list-apps {
    margin-left: -10px;
    margin-bottom: 20px;
}

.div-apps {
  height : auto;
  min-height : 180px;
}

.heigth100 {
  height: 100px;
}

.app-logo-box {
    position:relative;
}

.app-logo {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.authbox-app-logo-box {
    height: 71px;
}

.authbox-app-logo {
    max-width: 71px !important;
    max-height: 71px !important;
}

.list-app-logo-box {
    height: 100px;
}

.list-app-logo {
    max-width: 150px !important;
    max-height: 100px !important;
}

.paddingLeft20 {
	padding-left: 15px
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingY20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

::backdrop{
    background-color: black;
    opacity: 0.8;
    overflow-y: hidden;
}

.dialog{
    margin: auto;
    border-radius: 10px;
    border: solid lightgray 1px;
}

.dialog-sm{
    width: 450px;
}

.modal-header{
    display: flex;
    justify-content: space-between;
    border-bottom: solid lightgray 1px;
    padding: 20px;
    color: black;
}

.modal-header a{
    color: black;
}

.modal-body{
    padding: 20px;
}

.modal-footer{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-top: solid lightgray 1px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.d-none {
    display: none !important;
}