body.login {
    padding: 0;
    background: #fff;
}
body #login {
	width: 40%;
	min-width: 320px;
	max-width: 100%;
    font-family: 'Spartan', sans-serif;
	z-index: 2;
	position: relative;
	padding: 0px 55px 0px 0px;
	margin: 0;
	height: 100%;
	background: url(/wp-content/themes/sandwai/modules/login-customizations/css/login-container.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-color:#fff;
	color: #688DB4;
	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: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.login #nav,
.login #backtoblog {
    margin: 5px 0 0 0;
    text-align: right;
}
body.login h1 {
    display: none!important;
}
body.login form {
	background: transparent !important;
    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: 8px 15px;
}
body.login .button-primary {
    float: right;
    border-radius: 25px;
    background: linear-gradient(109.97deg, #05B4FF 0%, #027DFF 100%);
    border: 0px;
    color: #fff!important;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 9px 35px!important;
    height: initial!important;
}
body.login .button-primary:hover {
    background: #027DFF;
    border-color: #027DFF;
    color: #fff;
    opacity: .8;
}
#loginform div.g-recaptcha {
    margin-left: 0!important;
}
body.login form .forgetmenot {
	margin-top: 20px;
	display: inline-flex;
    align-items: center;
}
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;
    max-width: 84%;
}

.custom-login-message {
    line-height: 1;
    background: transparent;
    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: 499px 181px;
	background-repeat: no-repeat;
	background-position: center;
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    .login-bg {
        background-size: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .login-bg {
        display: none;
    }

    body #login {
        padding: 0px 15px 0px 0px;
    }

    .login #login_error, .login .message, .login .success {
        max-width: 73%;
    }

    .login #nav, .login #backtoblog {
        text-align: left;
    }

    body.login .button-primary {
        float: none;
        display: block;
        width: 100%;
    }

    body.login form .forgetmenot {
        margin-bottom: 20px !important;
    }
}

