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: #28114B;
    box-sizing: border-box;
	font-family: 'Montserrat',sans-serif;

    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: 13px;
    font-weight: 700;
	letter-spacing: 1px;
}
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: #28114B;
}
body.login #backtoblog a:hover,
body.login #nav a:hover {
    color: #28114B;
    text-decoration:underline;
}
body.login form .input,
body.login input[type=text] {
    background: #fff;
	border-color: #28114B;
	border-radius: 8px;
	color:#28114B;
    padding: 5px 15px;
    font-size: 15px;
	font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
}
body.login .button-primary,
.btn{
    float: right;
	background:  #7659B1;
	background: linear-gradient(135deg, var(--c1, #D270CC), var(--c2, #7659B1) 50%, var(--c1, #7659B1)) var(--x, 0)/ 200% !important;
	border: 0;
	color: #fff;
	padding: 17.5px 35px !important;
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
    height: initial!important;
    border-radius: 25px;
	line-height: 1 !important;
	transition: .5s ease;
	text-decoration: none;
}
body.login .button-primary:hover,
.btn:hover{
	--x: 100%;
	--c1: rgba(210,112,204,0.56);
	--c2:#7659B1;
	color:#fff;
/* 	background: linear-gradient(135deg, rgba(210,112,204,0.56) 0%, #7659B1 100%, #7659B1 100%) */
}
#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: 60%;
	height: 100%;
	z-index: 0;
	background-size: cover !important;
	background-position: center;
    background-color: #D270CC;
    background: linear-gradient(135deg, #D270CC 0%, #7659B1 100%, #7659B1 100%);
}

.customer-course{
	display: none;
	float: left;
	width: 100%;
}
.login-action-resetpass .customer-course{
	display: block;
}
.customer-course .btn{
	margin: 20px 0;
	display: block;
	float: left;
}

#login ::-webkit-input-placeholder {  color: inherit; }
#login :-moz-placeholder {  color: inherit; }
#login ::-moz-placeholder { color: inherit; }
#login :-ms-input-placeholder { color: inherit; }