.form-container-new{
    padding: 80px 77px 80px 59px;
    width: 400px;
    height: 519px;
}

.input-figma {
  
    border-radius: 6px !important;
}

.password-label {
    display: inline-block !important;

    vertical-align: middle;

}

.forgot-password-link {
    float: right;
    font-size: 12px;
    color: #666666 !important;
    text-decoration: underline;
    vertical-align: middle;
    transition: 0.4s ease-in-out all;

}

.forgot-password-link:hover{
    color: #0e90d9 !important;
}

brand-logo-fig {
    width: 125.83px;
    height: 46px;
    top: 293px;
    left: 813px;
    margin-top: 40px;
    margin-left: 137px;
}

.anonymous-layout-container {
    width: 1440px;
    height: 1024px;

}


.panel-fig {
position: absolute;
top: 0;
left: 50%;
bottom: 0;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.toggle-password {
    font-size: 20px; float: right; cursor: pointer; position: absolute; top: 0;
    right: 10px; bottom: 0; display: flex !important; align-items: center;
    justify-content: center; margin: auto;
}



.overlay:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: linear-gradient(to right, #003F6FE5, #003F6FE5);
    opacity: 1;
    z-index: 300;
}


.overlay:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50;
}

.overlay {
    position: relative;
    display: block;
}

.overlay .content {
    position: relative;
    z-index: 400;
}


.slideshow {
    list-style-type: none;
}


.slideshow,
.slideshow:after {
    top: 0;
  
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
    background-image: linear-gradient(rgba(0, 63, 111, 100%) 50%, rgba(255, 255, 255, 0) 50%)
}

.comnBtn{
    width: 100%; font-size: 14px !important; line-height: 20px !important; background: #0e90d9; color: #fff;
    transition: 0.4s ease-in-out all !important;
}
.comnBtn:hover{background: #000 !important;}
.field-container label, .form-group label{font-size: 14px !important; line-height: 20px !important; color: #111111 !important; margin-bottom: 5px;}
.field-container .control, .form-group .control{margin-top: 5px !important; font-size: 14px !important; line-height: 20px !important;}
.form-container-new .form-group.spaceBt{margin-bottom: 32px;}
.form-container-new .form-group{margin: 0;}
.form-container-new .form-group .control{margin: 0 !important; width: 100% !important;}
.field-container .control-error, .form-group .control-error{font-size: 12px; line-height: 16px;}
.form-container-new .form-group.spaceBt > .form-group{width: 100%;}
.field-container.has-error .control-error, .form-group.has-error .control-error{max-width: 240px;}
.comnBtn.linkBtn{padding: 0 !important; text-align: center !important; display: inline-block !important; background: transparent !important; margin-top: 10px; color: #0e90d9 !important;}
.comnBtn.linkBtn:hover{color: #000 !important; background: transparent !important;}
.form-container-new form{margin-bottom: 0 !important;}


.fa {
    font-weight: var(--fa-style, 300) !important;
}

@media (max-width: 600px) {
    body, html {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .panel-fig {
        position: fixed;
        left: 0;
        top: 0;
        bottom: auto;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh;
        padding: 20px;
        box-sizing: border-box;
    }

    .form-container-new {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 12px;
        border-radius: 15px 15px 15px 15px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    .brand-logo-fig {
        width: 100px;
        margin: 0 auto 20px auto;
        display: block;
        text-align: center;
    }

    .form-group {
        width: 100%;
    }

    .comnBtn {
        width: 100%;
    }

    .forgot-password-link {
        float: none;
        display: block;
        text-align: right;
        margin-top: 5px;
    }
}

