body{
 overflow: visible !important;    
}

header{
 z-index: 999999 !important;
 top: 0;
}

.critic-section{
    margin-top: 117px;
    min-height: calc(100vh - 117px);
}

.critic-box{
    position: relative;
    text-align: center;
    align-items: center;
    padding: 3rem;
    height: 80%;
    display: flex;
    justify-content: center;
    /*background: url(https://nvmee.giisystem.com/asset/about/bg-about.jpg);*/
    background: #EDEAF3;
    background-repeat: no-repeat;
    background-size: cover;
}

.lottie-critic{
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.container-critic{
    position: relative;
    width: 400px;
    min-height: 400px;
    /* background: rgba(255, 255, 255, 0.1); */
    background: #fff;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0%;
}

.form-login{
    padding-top: 0px !important;
}

.form-login h2, .form-login h4{
    text-align: left;
}

.form-login h2{
    font-size: 20px !important;
}

.form-login h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80% !important;
    left: 10% !important;
    height: 4px;
    background: #F181B3;
}

.form-login .inputBox input[type="submit"] {
    margin-top: 20px !important;
}

.form-control {
    resize: none;
}

.form-control:focus{
    border-color: #F181B3;
    box-shadow: 0 0 5px #F181B3;
    outline: none; 
}

@media screen and (max-width: 450px) {
    .critic-box {
        background: white;
    }
    
    html.sr {
        overflow: hidden;
    }
    
    .lottie-critic{
        display: none;
    }
}