.auth-container {
    background-image: url('/allied_website/static/src/img/auth/forgot_page_img/login_page_Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-cont {
    background-image: url('/allied_website/static/src/img/auth/forgot_page_img/banner_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 1200px;
    height: 684px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 4px 4px 26px 0px #FFFFFF40 inset;
    box-shadow: 0px 4px 2px 0px #FFFFFF40 inset;
    box-shadow: 0px -4px 2px 0px #0000000D inset;
    backdrop-filter: blur(35px);

}

.forgot-bannerCont {
    width: 690px;
    height: 684px;
}

.auth-boxLineCont{
    width: 102px;
    border: 4px solid #F6D23C;
    border-radius: 500px;
    margin-top: 5px;
}

.auth-box-forgot {
    width: 485px;
    height: 560px;
}

.auth-box-forgot-logo {
    width: 250px;
    height: 64px;
}

.auth-box-headingCont {
    margin-top: 20px;
}

.auth-box-forgot-headingCont h2{
    color: #091E42;
    font-weight: 700;
    font-size: 33px;
}

.auth-box-forgot-headingCont h2 span {
    color: #F6D23C;
}

.auth-box-forgot-headingLabel {
    color: #5D6B82;
    font-weight: 400;
    font-size: 18px;
}

.auth-box-forgotInputCont {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
}

.auth-box-forgotInputCont label {
    color: #091E42;
    font-weight: 500;
    font-size: 14px;
    padding-left: 2px;
}

.auth-box-forgotInputCont div input {
    width: 95%;
    border: 1px solid;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    margin-top: 5px;
}

.auth-box-forgot-submitBtnCont {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-box-forgot-submitBtn {
    width: 45%;
    border: none;
    border-radius: 14px;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    background: var(--Color-Primary-300, #F6D23C);
    margin-top: 30px;
}

.auth-box-forgot-RegisterLink {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 94%;
    margin-top: 20px;
}

.auth-box-forgot-RegisterLink a {
    color: #F6D23C;
    padding-left: 5px;
}

.error-ms{
    font-size: 16px;
    color: red;
    display: flex;
    width: 95%;
    justify-content: center;
    align-items: center;
    margin: 1% 0px;
}