body.login {
    padding: 0;
}
body #login {
	width: 100%;
    min-width: 320px;
	max-width: 100%;
	z-index: 2;
	position: relative;
    padding: 0px 15px 0px 0px;
	margin: 0;
    height: 100%;
	background: #fff;
    color: #495056;
    box-sizing: border-box;

    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#login .inner {
    margin-left: auto;
	width: 480px;
	max-width: 100%;
}
.login label {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
}
body.login h1 {
    display: none!important;
}
body.login form {
    padding: 25px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}
body.login #backtoblog a,
body.login #nav a {
    color: #495056;
}
body.login #backtoblog a:hover,
body.login #nav a:hover {
    color: #495056;
    text-decoration:underline;
}
body.login form .input,
body.login input[type=text] {
    background: #fff;
	border-color: #E9ECEF;
    padding: 5px 15px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}
body.login .button-primary {
    float: right;
    background: #05A69E;
    border-color: #05A69E;
    color: #fff!important;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 35px!important;
    min-height: 50px;
    border-radius: 25px;
    transition: all .3s ease;
}
body.login .button-primary:hover {
    background: #e55395;
    border-color: #e55395;
    color: #fff;
    opacity: .8;
}
#loginform div.g-recaptcha {
    margin-left: 0!important;
}
body.login form .forgetmenot {
	margin-top: 20px;
	display: inline-flex;
}
body.login form .forgetmenot label {
	display: inline-block;
}
.forgetmenot input[type=checkbox] {
	margin: 3px 10px 0 0;
}

.login #login_error,
.login .message, 
.login .success {
    /* border-left: 4px solid #00a0d2; */
    margin-bottom: 0px!important;
    margin-top: 23px;
    margin-left: 25px;
}

.custom-login-message {
    line-height: 1;
    background: #FFFFFF;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.custom-login-message .img-con {
    display: inline-block;
}
.custom-login-message .img-con img {
    max-height: 80px;
}

.custom-login-message .t1 {
    font-size: 12px;
}
.custom-login-message .t2 {
    font-size: 39px;
    font-weight: bold;
}

.login-bg {
    position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	background-position: center;
    background-color: var(--global--color-pink);
    background: linear-gradient(224.76deg, #d0e0d7 0%, #05A69E 100%);
}

#login ::-webkit-input-placeholder { opacity: 0.2; color: inherit; }
#login :-moz-placeholder { opacity: 0.2; color: inherit; }
#login ::-moz-placeholder { opacity: 0.2; color: inherit; }
#login :-ms-input-placeholder { opacity: 0.2; color: inherit; }