body.login {
    padding: 0;
}
body #login {
	width: 40%;
    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;
    display: none;
}
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] {
    border: 0;
    border-bottom: 1px #2D4946 solid;
    border-radius: 0;
	color:#2D4946;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 5px;
	font-family: 'Montserrat', sans-serif;
}
body.login form .input:focus,
body.login input[type=text]:focus {
    outline: none !important;
    box-shadow: none;
}
body.login .button-primary {
    float: right;
    background: #2D4946;
    border-color: #2D4946;
    color: #fff!important;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 41px!important;
    height: initial!important;
    border-radius: 25px;
    transition: .5s ease;
}
body.login .button-primary:hover {
    background: transparent;
    border-color: #2D4946;
    color: #2D4946 !important;
}
#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: 0px 10px 0 0;
    height: 20px;
    min-width: 20px;
    border-radius: 1px;
}

.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;
    text-align: center;
    margin-bottom: 50px;
}
.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: 60%;
	height: 100%;
	z-index: 0;
	background-size: cover !important;
	background-position: top center !important;
    background-color: #2D4946;
    background: linear-gradient(224.76deg, #2D4946 0%, #3f625e 100%);
}

input#user_pass {
    margin-bottom: 40px;
}
#nav {
    margin: 10px 0 0 !important;
    font-size: 15px !important;
    font-weight: 700;
    text-align: right;
}
p#backtoblog {
    display: none;
}
#login ::placeholder { opacity: 1; color: #2D4946; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform:uppercase; }
#login ::-webkit-input-placeholder { opacity: 1; color: #2D4946; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform:uppercase; }
#login :-moz-placeholder { opacity: 1; color: #2D4946; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform:uppercase;}
#login ::-moz-placeholder { opacity: 1; color: #2D4946; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform:uppercase; }
#login :-ms-input-placeholder { opacity: 1; color: #2D4946; font-size:12px; font-weight: 700; letter-spacing: 1px; text-transform:uppercase;}