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: linear-gradient(180deg,rgba(17, 130, 141, 1) 0%, rgba(255, 255, 255, 1) 100%);;
    color: #495056;
    box-sizing: border-box;

    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#login .inner {
    max-width: 480px;
    width: 100%;
    border: 1px solid #9A8C57;
    border-radius: 10px;
    background-color: #E6E2D7;
    padding: 60px 40px 35px;
}
.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;
    background-color: #E6E2D7;
}
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;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    border: 1px solid #9A8C57;
    border-radius: 25px;
    height: 50px;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Kipp No1', sans-serif;
    color: #1f2124;
}
body.login input::placeholder {
    color: #1f2124 !important;
    opacity: 1 !important;
    text-transform: uppercase;
}
body.login .button-primary {
    font-family: "Kipp No1", sans-serif;
    background-color: #df503a;
    border: 3px solid #df503a;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 13px 32px !important;
    line-height: 1 !important;
    transition: all 0.3s ease;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}
body.login .button-primary:hover {
    background: #262A35;
    border-color: #262A35;
    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 {
    height: 81px;
    width: 81px;
    border: 1px solid #E6E2D7;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 17px 0 rgba(2, 6, 19, 0.12);
    display: flex;
    margin: 0 auto -40px;
    position: absolute;
    top: -100px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}
.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;
	background-position: center;
/*    background-color: #1f89e9;*/
/*    background: linear-gradient(224.76deg, #1F89E9 0%, #2CC6FA 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; }

a.wp-login-lost-password {

    margin-left: auto;
    font-size: 17px;
    font-family: "Nueva Std";
    font-weight: 700;
    text-decoration: underline;
    text-transform: none;
    float: right;
    color: #1f2124;
}

p.forgetmenot label {
    font-family: 'Kipp No1';
    margin-bottom: -70px;
    font-size: 16px;
    z-index: 10;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1f2124;
}
#login form p {
    margin-bottom: 0;
    font-family: 'Nueva STD';
    font-size: 16px;
}
@media (max-width: 767px){
    body #login, #login .inner{
        padding: 0;
    }
    body.login form{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

}