

    .login-background-section {

        height: 100vh;
        background: url(../styles/assets/img/login2.jpg) no-repeat;
        background-size: cover;

    }

    .login-form-section {
        background: #FFFFFF;
        box-shadow: 0px -2px 92px rgba(0, 0, 0, 0.12);
        height: 100vh;
        padding: 50px;
        padding-top: 50px;
        overflow: auto;
        overflow-x: hidden;
    }

    .form-control {
        border: inherit !important;
        border: solid 1px !important;
        height: 38px !important;
        ;
        padding: 0 10px !important;
        ;
        border: solid 1px #bcbcbc !important;
        border-radius: 5px !important;
        font-size: 14px !important;
        font-weight: 500 !important
    }

    .form-group label {
        margin-top: 20px !important;
        font-size: 14px !important;
        font-weight: 500
    }

    .logo {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .logo p {
        font-size: 16px;
        font-weight: 500;
        color: black;
        padding: 5px;
    }

    #btnLogin {
        width: 100%;
        font-size: 16px;
        border-radius: 5px !important;
        height: 35px;
    }

    .footer {
        position: relative;
        bottom: 5px;
/*        margin: 0px;*/
        left: 0px;
        right: 0px
    }

    .font-regular {
        line-height: 0px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #242424;
        bottom: 0px;
        position: relative;
        margin: 0px;
    }

    div.error {
        margin: 10px -15px;
        padding: 10px;
        border: #FF5C5C solid 1px;
        border-radius: 6px;
        color: #ff1901;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        background: #fafafa;
        text-align: center;
    }


    .forgotlink {
        font-size: 15px;
        text-decoration: none !important;
        color: black !important;
        text-align: center;
        width: 100%;
        cursor: pointer;
    }

    .forgotlink:hover {
        text-decoration: underline !important;
        color: blue !important;

    }

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.active{
    -webkit-animation: fadein 0.5s ease-in alternate ;
}

.validate-code .form-group label {
    margin-top: 20px !important;
    font-size: 19px !important;
    font-weight: 400;
    border: solid 1px;
    color: #4caf50;
    padding: 23px;
    line-height: 25px!important;
    border-radius: 15px;
}

.reset-email .errormessage{
     margin: 0px -15px;
    padding: 10px;
    border: #FF5C5C solid 1px;
    border-radius: 6px;
    color: #ff1901;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    background: #fafafa;
    text-align: center;
}
.btn-primary {
    color: #fff;
    background-color: #8BC34A;
    border-color: #2e6da4;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #679531;
    border-color: #4CAF50;
}
.btn-primary:hover {
    color: #fff;
    background-color: #74a33e;
    border-color: #8BC34A;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #8BC34A;
    border-color: #4CAF50;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #8BC34A;
    border-color: #4CAF50;
}
.forgotPassword-side{
    display: none;
}
.login-form h1{
    font-size:25px
}
.btn-primary{
    border-radius: 5px!important;
}
#btnPwdPolicies{
    border-radius:0px 5px 5px 0px;
}

.change-password-form .errormessage label{
    padding:2px!important;
    margin:0px!important;
    font-size:12px!important;
    padding-top:5px!important;
    font-weight:400;
}

  #dlgChangePassword::-webkit-scrollbar  {
  width: 10px;
}

 #dlgChangePassword::-webkit-scrollbar-track  {
  background: #d3d3d3; 
      border-radius:50px;
     margin:10px;  
}
 
#dlgChangePassword ::-webkit-scrollbar-thumb {
  background: #888;    
}

  #dlgChangePassword::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
#divPwComplexity{
  border:none!important;
}
#btnSend{
    border: none;
    width: 150px;
    padding: 8px;
    border-radius: 3px!important;
}
@media (max-width: 1000px) and (orientation: landscape){
 
  .footer{
    position: relative;
    padding-top: 20px;
  }

}


.login-container  {
    height: 100vh!important;
    display: flex;
    height: 100vh!important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}