.wlcl-custom-login-wrap,
.wlcl-custom-login-wrap *, 
.wlcl-custom-login-wrap *:before,
.wlcl-custom-login-wrap *:after   {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.wlcl-custom-login-wrap #login {
    background: url(../images/login_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 40%;
    float: none;
    box-shadow: none;
    margin: 0;
	z-index:1;
}
.wlcl-custom-login-wrap #login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,54,138,0.6);
    z-index: -1;
}
.wlcl-custom-login-wrap {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    position: relative;
    height: 100vh;
    z-index: 1;
}
.wlcl-custom-login-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 400px solid #daeaf1;
    border-left: 900px solid transparent;
    z-index: -1;
}
.wlcl-custom-login-wrap .wlcl-custom-login-right {
    background: url(../images/login_right_bg.png) no-repeat 80% 80%;
    background-size: 60%;
    width: 60%;
    padding: 70px 80px 0;
    display: flex;
    flex-wrap: wrap;
}
.wlcl-custom-login-wrap #login h1 {
    background-color: #fff;
    padding: 8px;
    max-width: 200px;
    margin: 0 auto 30px;
    border-radius: 5px;
}
.wlcl-custom-login-wrap #login h1 a {
    width: 100% !important;
    background-size: contain !important;
    max-height: 100%;
    /*height: auto !important;*/
    margin-bottom: 0;
}
.wlcl-custom-login-wrap #login form#loginform {
    background-color: transparent;
	border: 0;
    max-width: 280px;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
}
.wlcl-custom-login-wrap #login form#loginform label {
    color: #fff;
}
.wlcl-custom-login-wrap #login form#loginform input:not([type="submit"]) {
    border-radius: 0;
    min-height: 34px;
    width: 100%;
    font-size: 16px;
    border: 0;
    margin-right: 0;
}
.wlcl-custom-login-wrap #login form#loginform .wp-hide-pw {
    display: none !important;
}
.wlcl-custom-login-wrap #login form#loginform input[type="checkbox"] {
    width: auto;
    min-height: 100%;
}
.wlcl-custom-login-wrap #login #backtoblog {
    display: none;
}
.wlcl-custom-login-wrap #login p#nav {
    background-color: transparent;
    box-shadow: none;
	color: #fff;
}
.wlcl-custom-login-wrap #login p#nav a {
    color: #fff;
}
.wlcl-admin-login-left {
    width: 75%;
    padding-right: 40px;
}
.wlcl-admin-login-right {
    width: 25%;
}
.wlcl-admin-login-right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.wlcl-admin-login-left h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;
    color: #00368a;
	margin-bottom: 10px;
}
.wlcl-admin-login-left p {
    font-size: 18px;
    color: #646464;
    line-height: 1.2;
}
.wlcl-admin-login-left hr {
    width: 47px;
    background-color: #0094f7;
    height: 5px;
    border: 0;
    margin: 30px 0;
}
.wlcl-custom-login-wrap .wlcl-admin-login-button a {
    display: inline-block;
    vertical-align: top;
    background-color: #0094f7;
    color: #fff;
    padding: 7px 30px;
    border-radius: 25px;
    line-height: 1.2;
}
.wlcl-admin-login-button {
    padding-top: 50px;
}

/*rahul 17-02-2020*/
body #login {
	background: #fff;
	padding: 8% 60px 10px 50px;
	float: left;
	height: 100%;
	position: fixed;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.35);
}
.login #login_error, .login .message, .login .success {
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
}
#wpbody #welcome-panel {
	display:none !important;
}



@media only screen and (max-width: 1024px) {
	.wlcl-custom-login-wrap .wlcl-custom-login-right {
		background-size: 80%;
		padding: 70px 40px 0;
	}
	.wlcl-custom-login-wrap:after {
		border-left-width: 750px;
	}
	.wlcl-custom-login-wrap #login {
	   padding: 8% 30px 10px 30px;
	}
	.wlcl-admin-login-left {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {	
	.wlcl-admin-login-left h2 {
		font-size: 45px;
	}
	.wlcl-custom-login-wrap .wlcl-custom-login-right {
		background-size: 100%;
	}
	.wlcl-custom-login-wrap:after {
		border-left-width: 580px;
	}
	.wlcl-custom-login-wrap #login form#loginform input[type="checkbox"] {
		height: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.wlcl-custom-login-wrap {
		height: auto;
	}
	.wlcl-custom-login-wrap #login {
		padding: 20px 30px 20px 30px;
		width: 100%;
	}
	.wlcl-custom-login-wrap .wlcl-custom-login-right {
		background-size: 60%;
		padding: 30px 40px 130px;
		width: 100%;
		background-position: 90% 90%;
	}
	.wlcl-custom-login-wrap:after {
		border-left-width: 600px;
		border-bottom-width: 300px;
	}
}
@media only screen and (max-width: 480px) {
	.wlcl-admin-login-left {
		padding-right: 0;
		width: 100%;
	}
	.wlcl-admin-login-left h2 {
		font-size: 35px;
	}
	.wlcl-admin-login-left p {
		font-size: 16px;
	}
	.wlcl-admin-login-left hr {
		margin: 20px 0;
	}
	.wlcl-admin-login-button {
		padding-top: 20px;
	}
	.wlcl-admin-login-right {
		display: none;
	}
	.wlcl-custom-login-wrap:after {
		border-left-width: 350px;
		border-bottom-width: 420px;
	}
	.wlcl-custom-login-wrap .wlcl-custom-login-right {
		background-size: 100%;
		padding: 30px 15px 200px;
		width: 100%;
	}
}


.wlcl-custom-login-wrap #login form#loginform #wfls-prompt-overlay label{
	color:#444;
}


.wlcl-custom-login-wrap #login form#loginform #wfls-prompt-overlay input {
    border-width: 2px;
    border-style: solid;
    box-shadow: none;
    border-radius: 4px;
    outline: none;
    transition: all 0.30s ease-in-out;
    border-color: #dddddd;
    border-width: 2px;
    background-color: #ffffff;
    margin: 10px 0 20px 0;
    padding: 0 10px;
    height: 50px;
    font-size: 16px;
}
body.login-password-protected div#login {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	    background-image: url(http://ecs.v4.axiscms.net/wp-content/uploads/sites/21/2020/09/homebanner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
}
body.login-password-protected div#login:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    z-index: -1;
}
body.login-password-protected div#login form:before {
    position: absolute;
    top: -110px;
    height: 80px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    left: 0;
    right: 0;
    background: url(https://ecs.v4.axiscms.net/wp-content/uploads/sites/21/2020/09/Home-Logo_White.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 9999999;
}

body.login-password-protected div#login form {
    position: relative !important;
    overflow: visible;
}
body.login-password-protected div#login div#login_error {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-width: 80%;
    margin: auto;
    right: 0;
    text-align: center;
    background: #dc3232;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}
@media(max-width:991px){
body.login-password-protected div#login div#login_error {
    top: 5px;
    font-size: 14px;
    padding: 2px;
}
}
@media (max-width: 768px){
body.login-password-protected div#login div#login_error {
    top: 20rem;
    font-size: 18px;
    padding: 15px;
}
}
@media (max-width: 677px){
body.login-password-protected div#login div#login_error {
   top: 5px;
    font-size: 14px;
    padding: 2px;
}
}
@media (max-width: 580px){
body.login-password-protected div#login div#login_error {
    top: 10rem;
    font-size: 18px;
    padding: 15px;
}
}