/* login banner [start]*/
.login_banner_section{ position: absolute;width: 100%;height: 100%;top: 0;overflow: hidden; display: flex; align-items: center; justify-content: center;}
.login_layout{ width: 100%;}
.login_banner_layout{ display: flex;  justify-content:space-between; flex-direction: row-reverse; position: relative; z-index: 2;}
.login_container{ max-width: 1640px; margin: auto;}
.login_banner_content{ max-width:398px;}
.login_banner_content h3{ line-height: 158%;}

.login_banner_image{max-width:950px; padding:0; position: relative; display: flex; align-items: center; }
.login_banner_image .latest_news_image{ position: relative; border-radius: 30px;overflow: hidden;}
.login_banner_image .videoPlayer{ height: 100%;}
.login_banner_image .videoPlayer_outer{ height: 100%;}
.login_banner_image img{ width: 100%; height: auto; display: block; border-radius:30px; position: relative; z-index: 1;}
.login_info_row{ margin-top: 40px;}
.login_info_row h4 {margin-bottom: 8px;font-size: 26px;}

.login_banner_blob1{ width: 50.052vw; height: 23.646vw; background: url('../images/login_blob1.png') no-repeat 0 0; position: absolute; top: 0; right: -29.219vw; background-size: contain; z-index: 0;}
.login_banner_blob2{ width: 30.990vw; height:29.740vw; background: url('../images/login_blob2.png') no-repeat 0 0; position: absolute; bottom:-21.615vw; right:-13.542vw; background-size: contain; z-index: 0;}
/* login banner [End]*/ 
/* login form [start]*/ 
.mp-form-row{padding: 0px 0px 32px 0px;margin-top: 10px;position: relative;}
.mp-form-label label{color: #333333;font-size: 18px;font-weight: 400;line-height: 18px;font-family: 'Open Sans', sans-serif;position: absolute;pointer-events: none;left: 5px;top:10px;transition: 0.2s ease all; transition: 0.3s ease;}
.mp-form-row.active label{ top: -15px; font-size: 13px; color: #F8BC29;}
.mp-form-row:after{ position: absolute; left: 0; right: 0; bottom: 32px; content: ''; background: #F8BC29; height: 1px;  width: 0; transition: 0.3s ease; margin: auto;}
.mp-form-row.active:after{ width: 100%;}
.mp-form-row input{font-size: 18px;padding: 4px 10px 4px 5px;display: block;width: 100%;border: none;border-bottom: 1px solid #DCDCDC;color: #333333;font-size: 18px;font-weight: 400;line-height: 30px;font-family: 'Open Sans', sans-serif;}
.mepr-login-actions a{ font-size: 15px;}
#rememberme{position: absolute; opacity: 0;}
.remember_checkbox:before {display: inline-block;cursor: pointer;position: relative;overflow: hidden;width: 17px;height: 17px;line-height: 17px;background-color: #fff;border: 1px solid #707070;border-radius: 0px;margin-right: 8px;vertical-align: top; content: '';}
.login_banner_info .button-primary{background-color: #35D461;line-height: 24px;font-family: 'Open Sans', sans-serif;font-weight: 400;color: #fff;display: inline-block;border-radius: 7px;transition: 0.3s ease;text-align: center;border: none;outline: none;box-shadow: 0px 20px 80px rgba(53, 212, 97, 0.3);padding: 10px 27px;border-radius: 7px;font-size: 22px;margin:26px 0 40px;}
.remember_checkbox{ font-size: 14px; line-height: 17px; display: inline-block;vertical-align: top; position: relative; }
.tab_content_button{ display: flex; justify-content: flex-start; align-items: center;  position: relative; margin:48px 0 48px;}

.tab_content_button a{ color: #000000; font-size: 24px; line-height: 115%; padding: 0px 10px 16px; margin: 0; min-width:110px; text-align: center; position: relative; transition: 0.3s ease;border-bottom: 1px solid #707070;}
.tab_content_button a.active, .tab_content_button a:hover{color: #374EB2; text-decoration: none;}
.tab_content_button a:after{ content: ''; height: 5px; background: #374EB2; left: 0; right: 0; bottom: -3px; position: absolute; transition: 0.3s ease; width: 0; margin: auto;}
.tab_content_button a.active:after, .tab_content_button a:hover:after{ width: 100%;}
.tab_inner_item{ display: none;}

.remember_checkbox.active:before{ border: 1px solid #F8BC29;}
.remember_checkbox.active:after{position: absolute;left: 1px;right: 1px;content: '';width: 15px;height: 15px;border: 3px solid #fff;background: #F8BC29;top: 1px;}
/* login form [end]*/ 
.login_blob_item{ position: absolute; width: 100%; height: 100%; top: 0; overflow: hidden;}
.login_banner_blob1{ transition: 0.3s ease;}
.login_banner_blob1:hover{transform: translate(10%,-10%) scale(0.9);}
.login_banner_blob2{ transition: 0.3s ease;}
.login_banner_blob2:hover{transform: translate(10%,0%) scale(0.9);}

@media (max-width: 1680px){
.login_container{ max-width: 1380px;}
.login_banner_image {max-width: 880px;}
.login_banner_info.bannerButton{ width: 340px;}
.mp-form-row input{ font-size: 16px;}
.mp-form-label label{ font-size: 16px;}
.tab_content_button a{ font-size: 22px;}
.login_banner_info .button-primary{ font-size: 20px;margin: 22px 0 35px;}
.mp-form-row {padding: 0px 0px 27px 0px;margin-top: 8px;}
.mp-form-row:after{ bottom: 27px;}
.tab_content_button {margin: 40px 0 40px;}
}
@media (max-width: 1366px){
.login_container{ max-width: 1222px;}
.login_banner_image {max-width: 810px;}
.login_banner_info.bannerButton{ width: 300px;}
.login_banner_content h3 {line-height: 145%;}
.mp-form-row input{ font-size: 15px;}
.mp-form-label label{ font-size: 15px;}
.tab_content_button a{ font-size: 20px;}
.login_banner_info .button-primary{ font-size: 18px;margin: 17px 0 30px;}
.mp-form-row {padding: 0px 0px 24px 0px;margin-top: 5px;}
.mp-form-row:after{ bottom: 24px;}
.tab_content_button {margin: 34px 0 34px;}
}
@media (max-width: 1200px){
.login_container{max-width: 1056px; padding: 0px 40px;}
.login_banner_image {max-width: 660px;} 
.remember_checkbox {font-size:13px;}
.tab_content_button a {font-size: 18px;}
.mp-form-row input {font-size: 13px;line-height: 18px;padding: 10px 5px 5px;}
.mp-form-label label {font-size: 13px;line-height: 18px; left: 6px;top: 9px;}
.mp-form-row.active label {top: -12px;font-size: 10px;}
.mp-form-row {padding: 0px 0px 24px 0px;margin-top: 5px;position: relative;}
.mp-form-row:after{ bottom: 24px;}
.login_banner_info .button-primary {line-height: 21px;padding:12px 45px;border-radius: 7px;font-size:17px;margin: 25px 0 20px; min-width: 158px;}
.login_banner_info.bannerButton {width: 240px;}
.mepr-login-actions a{ font-size: 13px;}
}
@media (max-height: 767px){    
.login_banner_section{ height: auto; padding: 140px 0 137px 0;}
}
    
@media (max-width: 992px){
.login_container{max-width: 848px; padding: 0px 40px;}
.login_banner_section{ padding:115px 0px 8.750vw; display: block; height: auto; }
.login_banner_layout {flex-direction: column-reverse;}
.login_banner_image {max-width: 100%; margin-top: 3em;}
.login_banner_content {max-width: 100%;}
.login_banner_content{ margin-top: 32px;}
.login_banner_content h3 {font-size: 24px; line-height: 40px;}
.login_banner_content h3 br{ display: none;}
.login_banner_content {margin-top: 32px;max-width: 380px;margin: 32px auto 0;}
.tab_content_button{  margin: 40px 0 40px;}
.tab_content_button a {font-size: 18px;padding: 0px 5px 10px;}
.tab_content_button a:after{ height: 3px; bottom: -2px;}
.login_banner_blob2 {width: 145px;height: 139px;right: -91px;transform: rotate(10deg);top: 43%; bottom: auto; }
.login_banner_blob2:hover{transform: translate(10%,0%) scale(0.9) rotate(10deg);}
.login_banner_blob1 {right: -20.219vw;}
.login_blob_item {position: static;width: 100%; height: auto;top: 0;overflow: hidden;}
.icheckbox_minimal.active:after {border: 3px solid #fff;}
.mepr-login-actions a {font-size: 15px;}
} 

@media (max-width: 768px){    
.login_banner_image img {border-radius: 15px;}
.login_container{max-width: 624px; padding: 0px 8px;}
}
@media (max-width: 576px){
.login_banner_blob1 {width: 100.052vw;height: 48.646vw;right: -51.219vw;}
.login_container{max-width: 375px;}
.tab_content_button {margin: 30px 0 20px;}
.login_banner_section{ min-height: 100%; height: auto;}
}
@media (max-width: 399px){
.login_container{max-width: 320px;}
}
    