#register_email,
#register_password,
#register_repeatpassword,
#register {
	width: 303px;
	box-sizing: border-box;
}

/* .form_wrapper {
	width: 90%;
	float: right;
} */

.form_text {
	font-size: 16px;
}

.gray_text {
	color: #858585;
}

#signin_link_button {
	margin-top: 20px;
	width: 300px;
}


#activation_code_error, #registration_success_msg {
	width: 463px;
	display: block;	
}

.app_inline_title {
	font-size: 32px;
	padding-bottom: 50px;
	padding-top: 20px;
	font-weight: lighter;
	text-align: left;
}

.cellmargins {
	margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox_wrapper {
	position: relative;
	width: 100%;
}

.checkbox {
	height: 25px;
	display: table;
	text-align: left;
	padding: 15px 5px 15px 5px;
}

.checkbox label {
	margin-top: 5px;
	padding-left: 25px;
	width: 100%;
	cursor: pointer;
	text-decoration: underline;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	vertical-align: top;
	width: 25px;
	height: 25px;
	left: 15px;
	margin-top:-3px;
	border: 0 solid transparent;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	background-image: url("/res_db/realms/hu/images/checkbox_off_small.png");
	cursor: pointer;
}

input[type="checkbox"]:checked + label::before {
	background-image: url("/res_db/realms/hu/images/checkbox_on_small.png");
	cursor: pointer;
}

.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
	margin-left: 15px;
}

#remember_warning>div {
	width: 100%;
}

#reset_link_button, #register_link_button {
	padding-top: 15px;
	width: 100%;
}

.centertext {
	text-align: center;
}

.content_home {
    /*font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;*/
    font-size: 15px;
    color: #505050;
    position: relative;
    text-align: left;
    max-width: 1045px;
    margin: 20px auto 0 auto; 
    padding: 1em 1em; 
}

.content_home #signin_image {
	display: inline-block;
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;    
}

.content_home .navigation {
    float: right;
    margin-bottom: 30px;
    max-width: 463px;
}

.floatright>div {
	display: inline-block;
    float: right;
    text-align: left;
    padding-right: 15px;
}

.floatright label {
	padding-left: 5px;
	line-height: 3.4em;
	white-space: nowrap;
}

.pct80 {
	width: 303px;
}

.pct20 {
	width: 160px;
	padding-left: 20px;
}

.formbutton {
	padding-right: 15px;
}

@media (max-width: 950px) {
    .content_home #signin_image {
        max-width: 200px;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
	.content_home #signin_image {
		    float: none;
    		width: 200px;
    		position: relative;
    		left: 37px;
    		margin-top: 0;
	}
	
    .login_title {
        text-align: center;
    }

	.floatright>div {
		display: inline-block;
		float: none;
	}
	
	.form_wrapper {
		float: none;
		width: 303px;
        display: inline-block;
	}
	
	.content_home {
    	margin-top: 1em;
    	text-align: center;
	}
	.content_home .navigation {
		float: none;
    	margin-top: 1em;
    	text-align: center;
    	min-width: 303px;
    	display:inline-block;
	}
	
	.floatright label {
    	line-height: 1em;
    	padding-left: 0;
	}

	.pct20 {
		width: 100%;
		padding-left: 0;
	}
	
	.checkbox a {
        font-size: 15px;
    }
    
    #activation_code_error, #registration_success_msg {
		width: auto;
	}
	
}

#page_wrapper {
	max-width: 1000px;
    margin: 1em auto;
}

#register_captcha_wrapper {
	min-height: 0;
}

.login-error-label {
	color: red;
}
