body.login{
	padding: 0;
    border: 0;
    margin: revert-layer;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/login-bg.png');
    background-size: cover;
    background-color: #190A2C !important;
	background-repeat: no-repeat;
}
#loginform{
	padding: 16px 24px 32px;
}
#login #nav{
	text-align: left;
	margin: 0 ;
	background: #ffffff;
	padding-bottom: 32px;
}
#login h3.sign-in{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	color: #190A2C;
	margin-bottom: 20px;
}

p.activation-message {
    font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-bottom: 20px !important;
}
.create-account-container p{
	margin-bottom: 8px;
}
.create-account-container a{
	color: #ffffff;
	font-weight: 600;
	line-height: 20px;
	text-decoration-line: underline;
}
.create-account-container {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#backtoblog,
.privacy-policy-page-link{
	display: none;
}
#login #nav a{
	color: #475467;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
	text-decoration-line: underline;
}
#login form{
    margin-top: 0;
    border: none !important;
}

#login form label{
	font-size: 14px;
	color: #344054;
	font-weight: 500;
	line-height: 20px;
}
#login form input[type=text],
#login form input[type=password]{
	padding: 5px 10px;
	font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #D0D5DD;
    width: 100%;
    border-radius: 0;
}
.login .message, .login .notice, .login .success{
    border-left: 4px solid #0002EB;
}
#login #backtoblog {
    text-align: center;
    margin: 24px 0 0;
}
#login #backtoblog a,
#login .privacy-policy-page-link a {
    color: #ffffff;
}
#login .notice.notice-info.message {
    margin-bottom: 0;
}
#login h1 a, .login h1 a {
    background-image: url(../img/logo.png);
    filter: brightness(0) saturate(100%) invert(6%) sepia(89%) saturate(7448%) hue-rotate(247deg) brightness(125%) contrast(138%);
    background-repeat: no-repeat;
    background-size: 184px ;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 50px;
    width: 186px;
    margin-left: 32px !important;
    
}
#login h1{
    background-color: #ffffff;
    padding-top: 32px;
}
#login{
    padding-top: 32px;
    /* background-color: #ffffff; */
    width: 384px !important;
    
}

#login input#wp-submit {
	text-transform: uppercase;
    margin-top: 20px;
    display: block;
    width: 100%;
    background: #5AF599;
    border: 1px solid #5AF599;
    border-radius:0;
    font-size: 16px;
    font-weight: 600;
    color: #190A2C;
}

#login .create-account-footer {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
    width: 95%;
    max-width: 100%;
    /* margin: auto; */
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 33px 27px;
}

#login p.copyright {
    font-size: 14px;
}

@media(max-height:680px){
	#login .create-account-footer {
		margin-top: 50px;
		position: relative !important;
	}
	
}
@media(max-width:600px){
	
	#login{
		max-width: 95%;
	}
	#login .create-account-footer{
		 justify-content: center;
		
	}
	#login .login-ftr-links{
		padding-top: 15px !important;
	}
}

#login .login-ftr-links {
    padding: 0px 10px;
    list-style: none;
    display: flex;
    color: #ff;
}

#login .login-ftr-links li a {
    font-size: 14px;
    text-decoration: none;
    padding: 6px;
    color: #ffffff;
}