body{
    background-image: url('../assets/img/bi-bg.jpg');
     background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}
.d-flex{
    display:flex;
    flex:1
}
.forgotpass-graphics,.forgotpass-container{
    width: 50%;
    flex: 0 0 50%;
}
.forgotpass-graphics{
    background:#ffffff
}
.forgotpass-graphics .brand-logo {
    width: 50%;
    margin: 30px auto 0;
}
.forgotpass-graphics .graphics-tool {
    height: calc(100vh - 170px);
}
.forgotpass-graphics .graphics-tool img{
    height:100%;
    width:auto;
    margin:0 auto;
}
.forgotpass-container{
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 20px 40px 40px;
    background: #fff;
    background: rgb(94,137,198);
    background: linear-gradient(135deg, rgba(94,137,198,1) 33%, rgba(142,178,221,1) 100%);
}
.forgotpass-action {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    width: 450px;
    margin: 0 auto;
    box-shadow: 0 7px 10px 5px rgba(0, 0, 0, 0.15);
}
.forgotpass-action .forgotpass-label {
    margin: 0 0 30px;
}
.forgotpass-action .forgotpass-label h3{
    margin:0;
    font-weight:600;
    margin-bottom:10px;
}
.forgotpass-action .form-group{
    margin-bottom:30px
}
.forgotpass-action .controls{
    margin-top:50px
}
.forgotpass-action .form-group .input-lg{
    font-size:14px
}



.forgotpass-container2 #bgImg {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.forgotpass-container2 .forgotpass-info {
display: flex;
padding: 3vw;
}
.forgotpass-container2 .forgotpass-info .forgotpass-section {
padding: 2.5rem;
backdrop-filter: blur(16px) saturate(153%);
-webkit-backdrop-filter: blur(16px) saturate(153%);
background-color: rgba(9, 9, 9, 0.53);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
color: #8e8e8e;
font-size: 13px;
width: 400px;
flex: 0 0 400px;
}
.forgotpass-container2 .forgotpass-info .forgotpass-section .logo {
width: 240px;
margin-bottom:2.5rem
}
.forgotpass-container2 .forgotpass-info .forgotpass-section .logo h3{
margin: 0;
font-size: 24px;
letter-spacing: 5px;
color: #0162b9;
font-weight: bolder;
}
.forgotpass-container2 .forgotpass-info .forgotpass-section .form-signin .form-signin-heading {
color: #ffffff;
}
.forgotpass-container2 .forgotpass-info .forgotpass-section label {
font-weight: normal;
color: #8e8e8e !important;
}
.forgotpass-container2 .form-control {
background: rgba(255, 255, 255, 0.1);
border: none;
color: #ffffff;
}
.forgotpass-container2 .forgotpass-info .forgotpass-helper {
width: 100%;
padding: 4rem;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
z-index: 1;
}
.forgotpass-container2 .forgotpass-info .forgotpass-helper h2 {
font-size: 60px;
font-weight: bold;
color: #ffffff;
}
.forgotpass-container2 .forgotpass-info .forgotpass-helper .typed-text {
font-size: 48px;
color: transparent;
-webkit-text-stroke: 1px #ffffff;
font-weight: bold;
min-height: 68px;
letter-spacing: 3px;
}


@media screen and (max-width: 880px){
.forgotpass-container2 .forgotpass-info{
flex-direction: column-reverse !important;
align-items: center;
}
.forgotpass-section{
width: 580px !important;
}
.forgotpass-helper{
min-height: 360px;
}
}

@media screen and (max-width: 670px){
.forgotpass-info{
flex-direction: column-reverse;
align-items: center;
}
.forgotpass-section {
width: 500px !important;
}
}

@media screen and (max-width: 570px){
.forgotpass-section {
width: 450px !important;
}
}

@media screen and (max-width: 500px) and (min-width: 280px){
.forgotpass-section {
width: 300px !important;
}
}