@charset "utf-8";
/* CSS Document */


.ccm-ui .col-sm-6.col-sm-offset-3.login-title {
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 10px;
	margin-bottom:40px;
	color:#1DADD0;
	width:100%;
	border-bottom:1px solid #1DADD0;
}

.ccm-ui .login-form {
	margin-bottom:60px;
}
.col-sm-6.col-sm-offset-3.login-form .row.login-row .types.col-sm-4.hidden-xs {
	display:none;
}

.col-sm-6.col-sm-offset-3.login-form .row.login-row .controls.col-sm-8.col-xs-12 {
	width:100%;
}
.authentication-type.authentication-type-concrete form .checkbox {
	display:none;
}

@media screen and (max-width: 767px) {
	.ccm-ui .col-sm-6.col-sm-offset-3.login-title {
		margin-bottom:20px;
	}
	
}
@media screen and (max-width: 480px) {
	.ccm-ui .col-sm-6.col-sm-offset-3.login-title {
		font-size: 20px;
		margin-bottom:0px;
	}
	
}