/*
Template Name: CControl Login
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");

.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 10% 0;
	position: fixed; 	
}

.login-box {
	width: 400px;
	margin: 0 auto; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.login-box .footer {
	width: 100%;
	left: 0px;
	right: 0px;
}

.login-sidebar {
	padding: 0px;
	margin-top: 0px; 
}

.login-sidebar .login-box {
	right: 0px;
	position: absolute;
	height: 100%; 
}
