body.login #backtoblog {
    position: fixed;
    top: 5px;
    left: 25px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	color: #151515;
}
body.login #backtoblog a:hover {
    color: #151515;
}
body.login #backtoblog a {
    color: #151515;
}

.login h1, .dlcp-login-left-background, .dlcp-login-right-background {
	display: none;
}

.dlcp-login-content {
    padding: 100px 15%;
}
@media only screen and (max-width: 500px) {
	.dlcp-login-content {
		padding: 60px 10%;
	}
}

.dlcp-login-content-wrapper {
    width: 100%;
}

body .dlcp-login-main-wrapper {
	width: 90%;
	max-width: 500px;
	border-radius: 10px;
}


.dlcp-login-main-wrapper-parent {
	background-repeat: no-repeat;
	background-size: contain;
    background-position: top right;
    background-image: url('/wp-content/plugins/divi-login-customizer-plugin/img/dlcp-bg-1.png');
}

.dlcp-title-divider {
    height: 5px;
    width: 50px;
    margin-top: 20px;
}