/*----------------------------------------
    Login Page
------------------------------------------*/
.login-bg
{
    background-color: #00b1ad;
    background: url('../../image/gallery/bg.webp');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    
}

#login-page
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    height: 100vh; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
#login-page .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

.reset-password {
    background-color: #fff;
}

input[type=password]:not(.browser-default):focus.valid ~ label {
    color: #9e9e9e;
}

#NewPassword, #ConfirmNewPassword {
    position: relative;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 9px;
}

.icon-password {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
}

.input-field > label:not(.label-icon).active {
    transform: translateY(5px) translateX(.7px) scale(.5);
}

.input-field.col label {
    left: 1.5rem;
}

.input-container {
    margin-bottom: -10px;
}

.logo-container {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50% !important;
    margin-left: 26% !important;
    margin-bottom: 20px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin-left: 6px;
}

#submitButton, #accessAppButton {
    width: 103.2%;
    background-color: #D6D1D1 !important;
    color: #424242;
    border-radius: 5px !important;
    font-size: 14px;
    box-shadow: none;
}

#accessAppButton {
    width: 50% !important;
}

.success-message {
    font-size: 18px;
    color: #424242;
}

@media screen and (max-width: 768px) {
    .icon-password {
        top: 10px;
        right: 15px;
    }
}
