#divbgleft {
	background: linear-gradient(to right, #6FDCF7, #3BB6D5);
    position: absolute;
    width: 70%;
    z-index: 1;
    height: 100%;
    transform: skewX(-15deg);
    left: -15%;
}

#login {
	z-index: 3;
	position: relative;
	margin-left: 10%;
	padding-top: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#divbgright {
	background-image: url(https://www.nova-seo.com/images/visuel_log_page_nowa.svg);
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 50%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.privacy-policy-page-link {
	display: none;
}

#user_pass, #user_login {
	font-size: 16px;
	min-height: 50px;
    padding-left: 20px;
}

p#nav {
	text-align: right;
	padding:0!important;
	display: block!important;
	color: #FEC12F!important;
	font-weight: bold;
}

p#nav a {
	color: #FEC12F!important;
}

#wp-submit {
	width: 100%;
	min-height: 50px;
	font-size: 16px;
	background: #FEC12F;
    border-color: #FEC12F;
    text-shadow: none;
    box-shadow: none;
    font-weight: bold;
    margin-bottom: 16px;
}

#msgcoform {
	text-align: center;
    margin-bottom: 16px!important;
}

.login #login_error, .login .message, .login .success {
	margin-top: 20px;
}

body {
	display: flex;
}