@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
	--dashboard-primary-color:#2ED3B7;
	--body-color:#125449;
	--light-gray:#697586;
	--border-color:#C3C8CF;
	--default-color:#151C24;
	--hover-color:var(--body-color);
	
	--primary-fonts:"Poppins", sans-serif;
	--secondary-fonts:"roca", sans-serif;
	

}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body{
	color:var(--default-color);
	background-color:var(--body-color);
	font-family:var(--primary-fonts);

}
body, html{
	min-height:100%;
	height:100%;
}

.log-para-content{
	color:var(--light-gray);
	font-size:14px;
}
.login h1 a{
	width:48px;
	height:48px;
	margin-bottom:15px;
	
}
.inner-content h1.heading {
    font-size: 32px;
    margin-bottom: 22px;
	font-weight:400;
	font-family:var(--secondary-fonts);
}

.login-section .container{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



.login-section .content{
    width: 40%;
    padding: 50px 30px 30px;
    background-color: #fff;
    border-radius: 8px;
}
.login-section .login-form{
    width: 80%;
    margin: 0 auto;
}
.login-section .image{
    width: 75px;
    margin: 0 auto 20px;
}

.login-section .text-center .heading{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 50px;
}
.login-form .heading{
    font-size: 18px;
    margin-bottom: 20px;
}
.login-form input{
    width: 100%;
	border-radius: 5px;
    border: 2px solid var(--fourth-color);
    padding: 5px 10px;
    outline: none;
}
.login-remember input{
	width: auto;
}
.login-form input[type="submit"]{
    margin: 20px 0;
	background-color: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
}
.forgot-password {
	text-align: center;
}
.login-form span{
    color: #7b8393;
    font-weight: 500;
}
.login-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.login-form label{
    color: #7B879E;
    font-weight: 500;
    margin-bottom: 3px;
}
.login-remember label{
	color: var(--text-color);
	margin: 0;
	font-weight: 400;
}
body.login.js{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding: 2rem 20px;
}
#login {
    width: 400px;
    padding: 40px;
    margin:0rem auto;
	border-radius:8px;
    background: #fff;
	text-align:center;
	border:1px solid #F0F1F3;
	position:relative;
}

#loginform label {
    text-align: left;
}
.login label{
	font-weight: 500;
	margin-bottom: 6px;
	text-align:center;
	display:block;
}
.login form .input, .login input[type=password], .login input[type=text] {
    min-height: 42px;
	font-size:14px;
	border-radius: 8px;
	color:var(--default-color);
	padding:10px;
    border: 1px solid var(--border-color);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.login form .forgetmenot{
	margin-bottom:14px !important;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	cursor:pointer;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.login form .forgetmenot input#rememberme {
    position: relative;
    top: -2px;
}
.login form {
   border: none;
   -webkit-box-shadow: none;
           box-shadow: none;
  	padding:48px 0 0;
   text-align: left;
	margin-top:0;
}
.update-pw h4.heading {
    margin-bottom: 3px;
}
.update-pw  div {
    color: #697586;
}
#pass1-text:focus, #pass1:focus,
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus{
	border-color: var(--dashboard-primary-color);
    -webkit-box-shadow: none;
            box-shadow: none;
}
input[type=checkbox]:checked::before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z' fill='%232ed3b7'/%3E%3C/svg%3E");
}
.login .button.wp-hide-pw {
    color:#2D3648;
}
.login #backtoblog a, .login #nav a{
	font-size:15px;
	font-weight:500;
	color:var(--default-color);
}
.login #backtoblog {
    position: absolute;
    left: -2px;
    top: 8px;
    margin: 0;
    padding: 7px 17px;
    border-radius: 8px;
    font-weight: bold;
	display:none;
}
.login #backtoblog a{
	font-size:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.login #backtoblog a:before {
    content: '';
   	width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M17.1666 10.5H3.83325M3.83325 10.5L8.83325 15.5M3.83325 10.5L8.83325 5.5' stroke='%23151C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}

.login #backtoblog a:after{
    content: 'Back';
	padding-left: 4px;
    font-size: 13px;
    font-weight: 600;
}
.login #backtoblog a:focus, .login #nav a:focus, .login h1 a:focus,
.login #backtoblog a:hover, .login #nav a:hover {
    color: var(--dashboard-primary-color);
	outline:none;
	-webkit-box-shadow:none;
	        box-shadow:none;
}
.register-input-sty .mp-form-row select:focus, .filter-select select:focus,
#custom-login-container form select:focus,
#custom-registration-container form select:focus,
#custom-login-container form input:focus,
#custom-registration-container form input:focus{
	border-color: var(--dashboard-primary-color) !important;
	outline:none;
}
.login .notice-error {
    border-left-color: #d63638;
    text-align: left;
    background: #f0f0f1;
    max-width: 316px;
    margin: 23px auto 0;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
	border: 1px solid var(--dashboard-primary-color);
}
#login form p.submit {
    clear: both;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.login .button.wp-hide-pw:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
	border:none;
}
.login .button.wp-hide-pw{
	width: 40px;
    height: 43px;
}
p.submit.reset-pass-submit button.wp-generate-pw,
.login .button-primary {
    height: 42px;
    width: 100%;
	font-size:14px;
    background: var(--dashboard-primary-color);
	color:#fff;
    border: none;
	border-radius:8px;
    font-weight: 600;
}
.next-btn-trigger:hover,
.package-submit-btn button#subscriptionOption:hover,
p.submit.reset-pass-submit button.wp-generate-pw:hover,
.login .button-primary:hover{
	background:var(--hover-color) !important;
	color:#fff;
}
.login .button.wp-hide-pw .dashicons{
	font-size:0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M1.61342 8.9761C1.52262 8.83234 1.47723 8.76046 1.45182 8.6496C1.43273 8.56632 1.43273 8.43498 1.45182 8.35171C1.47723 8.24084 1.52262 8.16896 1.61341 8.0252C2.36369 6.83721 4.59693 3.83398 8.00027 3.83398C11.4036 3.83398 13.6369 6.83721 14.3871 8.0252C14.4779 8.16896 14.5233 8.24084 14.5487 8.35171C14.5678 8.43498 14.5678 8.56632 14.5487 8.6496C14.5233 8.76046 14.4779 8.83234 14.3871 8.9761C13.6369 10.1641 11.4036 13.1673 8.00027 13.1673C4.59693 13.1673 2.36369 10.1641 1.61342 8.9761Z' stroke='%23697586' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00027 10.5007C9.10484 10.5007 10.0003 9.60522 10.0003 8.50065C10.0003 7.39608 9.10484 6.50065 8.00027 6.50065C6.8957 6.50065 6.00027 7.39608 6.00027 8.50065C6.00027 9.60522 6.8957 10.5007 8.00027 10.5007Z' stroke='%23697586' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
	top: 5px;
    width: 16px;
    height: 16px;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus,
.login .button-primary:hover{
	background:var(--dashboard-primary-color);
}

.update-pw h4.heading {
    display: none;
    text-align: center;
}

.update-pw div {
    padding-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #C3C8CF;
    font-weight: 500;
}
div#pass-strength-result{
	display:none !important;
}
form#resetpassform .user-pass1-wrap input#pass1 {
    margin-bottom: 10px;
}
.update-pw {
    padding-left: 24px;
	margin:0 0 25px
}

.update-pw span.icon {
    font-size: 17px;
}

.update-pw div.highlight {
    color: var(--dashboard-primary-color);
}
.language-switcher {
    margin: 0 auto;
    padding: 0 0 3rem;
    text-align: center;
    max-width: 400px;
	display:none !important;
}
div#login form[autocomplete="new-password"] input[type="hidden"] + p {
    color: var(--light-gray);
	text-align:center;
}
form[autocomplete="new-password"] .wp-pwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
form[autocomplete="new-password"] .wp-pwd input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--width);
            flex: 0 0 var(--width);
    max-width: var(--width);
    --width: 100%;
    width: auto !important;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 29px;
    color: var(--dashboard-primary-color);
}
form[autocomplete="new-password"] .wp-pwd input.otp-input.active{
	border-color:var(--dashboard-primary-color);
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus{
	-webkit-box-shadow:none;
	        box-shadow:none;
}
div#login_error,
.login .message, .login .notice, .login .success{
	text-align: left;
    border-left: 4px solid var(--dashboard-primary-color);
}
div#login_error{    
	text-align: left;
     border-left: 4px solid var(--dashboard-primary-color);
    background: #f0f0f1;
    margin: 11px auto 0;
    padding: 11px 15px;
    font-size: 12px;
	font-weight: 600;
}
.backtodash{
	position: absolute;
    bottom: 0;
    left: 0;
}

.privacy-policy-page-link{
	display: none !important;
}

p.expiry-check-text {
    position: absolute;
    bottom:105px;
    left: 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding:0 40px;
    color: var(--light-gray);
    font-weight: 500;
}
@media screen and (max-width:767px){
	
	body.login.js{
		background: #fff;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
	#login{
		width: 100%;
		max-width:500px;
		padding:0 20px;	
		border:none;
	}
	.forgetmenot input[type=checkbox], .forgetmenot input[type=radio] {
        height: 23px;
        width: 22px;
    }
	
		
}
@media screen and (max-width:767px) and (min-width:575px){
/* 	form[autocomplete="new-password"] .wp-pwd input{
		height: 68px;
	} */
}
@media screen and (max-width:575px){
	
	#login{
		width: 100%;
		padding:0;
	}
/* 	form[autocomplete="new-password"] .wp-pwd input{
		height: 55px;
	} */
	.about-us-info .submit-btn {
		margin-top: 40px;
	}
	.heading-wrapper img {
		width: 36px;
		height: 36px;
		margin-bottom: 25px;
	}
	body.login.js {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
		padding:40px 20px;
    }
	.login .notice-error{
		max-width: 100%;
	}
	.login form .input, .login input[type=password], .login input[type=text]{
		font-size: 14px;
	}

	p.expiry-check-text{
		top: 80%;
		padding-left: 0;
	}
}