#forgotpassword .bg{
    background-image: url("../../images/loginbackground.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-size: cover;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#forgotpassword .forgotpassword h1 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 50px;
    white-space: pre-line;
    font-size: 44px;
}

#forgotpassword .forgotpassword p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

#forgotpassword .forgotpassword span {
    font-size: 12px;
}

#forgotpassword .forgotpassword a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

#forgotpassword .forgotpassword button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

#forgotpassword .forgotpassword form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

#forgotpassword .forgotpassword input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

#forgotpassword .forgotpassword {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    overflow: hidden;
    display: flex;
    max-width: 100%;
    min-height: 480px;
    margin: 5% auto;
    top: 50%;
    left: 50%;
    position: fixed;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 768px;
    height: 480px;
    margin-left: -384px;
    margin-top: -240px;
    z-index: 10;
}

#forgotpassword .forgotpassword .form-container {
    position: absolute;
    top: 0;
    height: 100%;
}
#forgotpassword .forgotpassword .form-container .backbtn{
    left: 10px;
    top: 10px;
    position: absolute;
    margin: unset;
}
#forgotpassword .forgotpassword .form-container .backbtn span{font-size: 25px;}

#forgotpassword .forgotpassword .forgotpassword-container {
    left: 0;
    width: 50%;
    z-index: 2;
}


#forgotpassword .forgotpassword .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}


#forgotpassword .forgotpassword .overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    z-index: 1;
}

#forgotpassword .forgotpassword .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}


#forgotpassword .forgotpassword .overlay-right {
    right: 0;
}

#forgotpassword .alert-danger,
#forgotpassword .alert-success{
    position: inherit;
    width: 100%;
    height: 40px;
    padding: 7px;
}

#timeerror.timelimit{height: 55px;}


#forgotpassword label{
    width: 100%;
    text-align: left;
}

#emailerror{display: none}
#emailsuccess{display: none}
#timeerror{display: none}

@media only screen and (max-device-width: 1920px) {
    #forgotpassword .bg {
        background-image: url("../../images/loginbackground-1920x1280.jpg");
    }
}
@media only screen and (max-device-width: 1440px) {
    #forgotpassword .bg {
        background-image: url("../../images/loginbackground-1440x960.jpg");
    }
}
@media only screen and (max-device-width: 1280px) {
    #forgotpassword .bg {
        background-image: url("../../images/loginbackground-1280x853.jpg");
    }
}