/* 2022-05-24 New login-form.php style starts Here*/

#main .container{
    /*max-width:100% !important;*/
    /*margin:0 ;*/
    /*padding:0 ;*/
}

/* hero section */

#main .hero_banner{
    background-image: url(../404.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    height:186px;
    /* max-width: 1440px; */
    margin-bottom:41px;
}

#main .hero_banner h1{
    font-size: 52px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    width:81.9%;
    margin:0 auto;
}



/* nav bar styling */
#main .nav_bar{
    display: flex;
    align-items: center;
    /*margin-left: 9vw;*/
    margin: 38px 0;
}
#main .nav_bar *{
    font-family: 'BwModelica';
    font-style: normal;
    font-weight: 700;
    font-size: 0.785rem;
    line-height: 1.5rem;
    color: #000000;
    margin:0;
}
#main .nav_bar .divided{
    padding: 0 5px 0 2px;
}
#main .nav_bar>*:last-child{
    font-weight: 400;
}


/* Login card styling */
#main .login_container{
    display:flex;
    margin:15px 0;
}
#main .login_left_container {
    width:25%;
}
#main .login_right_container
{
    width:50%;
    margin-right: 25%;
}

/* log in left container styling */
#main .login_left_container h2{
    font-size: 32px;
    color: #00205B;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 38px;
}
#main .login_left_container p{
    font-size: 18px;
    color: #00205B;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom:30px;
}
#main .login_left_container .login_button{
    font-size: 14px;
    color: #00205B;
    letter-spacing: 0.39px;
    font-weight: 400;
    position: relative;
}
#main .login_left_container .login_button:after{
	content: " ";
	background-image: url(../png/button-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: -60px;
	top: -1px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#main .login_right_container label{
    font-size: 14px;
    color: #00205B;
    letter-spacing: 0.39px;
    font-weight: 400;
    margin-bottom:24px;
}

#main .login_right_container #pwdLabel{
    display: flex;
    justify-content: space-between;
}
#main .login_right_container input[type="text"]
{
    border-bottom: 1px solid #070800;
    width: 100%;
    height: 47px;
    background: #FAFAFA;
    font-size: 12px;
    color: #00205B;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding:14px 15px 15px 16px;
    margin-bottom: 42px;
}

#main .login_right_container input[type="password"]
{
    border-bottom: 1px solid #070800;
    width: 100%;
    height: 47px;
    background: #FAFAFA;
    font-size: 12px;
    color: #00205B;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    padding:14px 15px 15px 16px;
    margin-bottom: 33px;
}
/* #main .login_right_container .woocommerce-LostPassword {
  text-align: right;
  font-size: 14px;
  color: #474747;
  letter-spacing: 0.37px;
  line-height: 24px;
  position: relative;
  height: 0;
  margin: 0;
  top: 22px;
  text-decoration: underline;
}
#main .login_right_container .woocommerce-LostPassword > a {
      font-weight: 600;
      color: #474747;
 } */

#main .login_container_right label #lost{
    font-size: 14px;
    color: #00205B;
    letter-spacing: 0.39px;
    text-align: right;
    font-weight: 400;
    margin-left:370px;
    text-decoration: underline;
    text-decoration-color: #00205B;
}

#main .login_right_container .login-btn-row.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:0;
    /* padding-right: 72px; */
}

#main .login_right_container .login-btn-row.form-row label {
    font-size: 18px;
    color: #00205B;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 400;
    margin-bottom:0;
}



#main .login_right_container .login-buttons
{
    background: #00205B;
    border-radius: 2px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    width: 280px;
    height: 47px;
    margin:0;
}



li.wppb-default-e-mail{
    float:left;
    width: calc(50% - 12px);
}
li.wppb-phone
{
    float:left;
    width: calc(50% - 12px);
    margin-left:23px !important;
}
/* #row-418461621
{
  max-width: 100%;
}
#col-1793648583
{
  padding:0 !important;
}
#row-61726334{
max-width: 100% !important;
} */

.col-984200762
{
    padding-left:0 !important;
    padding-left: 0 !important;
}
.row.row-large
{
    max-width: 100% !important;
}

.row-large>.col
{
    padding:0 !important;
}
.wppb-required{
    color:#00205B !important;
}

/*forget password style starts here*/

.lost_password{
    display:flex;
    align-items: center;
	margin-bottom:20px;
}
.woocommerce-ResetPassword.lost_reset_password
{
    padding:0;
}
.lost_password h3{
    font-size: 24px;
    color: #00205B;
    letter-spacing: 0;
    font-weight: 400;
	margin:0;
}
.lost_reset_password p:first-of-type
{
    font-size: 14px;
    color: #070800;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    float:none;
    margin-right:0;
    margin-bottom:54px;
    width:100%;
}
p.form-row-first{
    width:100%;
    margin:0;
    float:none;
}

.lost_reset_password button{
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    border-radius: 2px;
    width:100%;
    text-transform: none;
}






@media screen and (max-width: 640px) {

    #main .login_container{
        flex-direction: column;
        margin:0 auto;
        padding: 0 3.5%
    }
    #main .login_left_container{
        width:100%;
        margin-bottom: 30px;
    }
    #main .login_right_container{
        width:100%;
    }

    #main .login_right_container .login-buttons {
        width:200px;
    }
    #main .nav_bar{
        margin-left: 3.7%;
    }

    li.wppb-default-e-mail{
        float:none;
        width: 100%;
    }
    li.wppb-phone
    {
        float:none;
        width: 100%;
        margin-left: 0 !important;
    }

}