@charset "utf-8";
/* CSS Document

@version 20140423
@author <harald.angerer@schule.suedtirol.it>

*/

#mb_loginform, .mb_registration {
	max-width:450px;
	background-color:#5AA8C9;
	border-radius:10px;
	margin:10px auto;
	text-align:center;
	padding:10px;
}
#mb_loginform * {
	box-sizing:content-box !important;
}
#mb_loginform p { margin:10px 0px; }
#mb_loginform a, .mb_registration a { font-size:1.2em; }
#mb_loginform h2 { color:white; font-weight:normal; margin:0px auto 10px; font-size:1.6em; }
#mb_loginform h3 { color:#C00; font-size:1em; font-weight:normal; margin:0px auto 10px; }
#mb_loginform hr { width:95%; color:grey; margin-top:15px; }

#mb_login_form, #mb_register_form { display:block; width:100%; background-color:white; padding:10px 0px; }
#mb_login_form label, #mb_register_form label { display:block; color:black; font-size:1.2em; margin-top:10px; font-weight:400;}
#mb_login_form input, #mb_register_form input  { display:block; margin:8px auto 0px; width:80%; height:35px; line-height:35px; font-size:1em; border:1px solid grey; padding:5px 15px; }
#mb_login_form select, #mb_register_form select { display:block; margin:8px auto 0px; width:80%; height:35px; line-height:35px; font-size:1em; border:1px solid grey; padding:5px 15px; }
#mb_login_form input:focus, #mb_register_form input:focus,
#mb_login_form input:focus, #mb_register_form select:focus  { border-color:#66afe9; box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(102,175,233,0.6); outline: 0 none; }
#mb_login_form #mb_loginsubmit { height:60px; margin:25px auto; cursor:pointer; background-image:none; width:60%; background-color:#BCD8E2; color:#CC0000; font-size:1.2em;}
#mb_login_form #mb_loginsubmit:hover { background-color:#5AA8C9; color:white; }
#mb_loginform .error { margin-top:20px; }

.mb_provider_logo { width:30px; margin-right: 10px; }
.mb_update { margin: 25px 0px 0px; }
