div.jumbotron.login{
	height:100%;
	width:100%;
	padding:0;
}
div.jumbotron.login .col{
	height:100%;
}
div.jumbotron.login .col.login{
	background-color: #fff;
	background-position: top left, center center;
	background-size: 100%, cover;
	background-repeat:no-repeat;
}
div.jumbotron.login .col:not(.login):not(.mobile){
	background-color:#414042;
}
div.container.login {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 350px;
	width:100%;
}
div.container.login h1{
	margin-bottom:35px;
	color:white;
}
div.container.login input{
	width:100%;
	margin-bottom:20px;
    box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.4);
}
div.container.login a:not(.button){
	font-weight:bold;
	font-size:15px;
	line-height:50px;
	padding:0;
    color: white;
}
div.container.login a:hover{
	text-decoration:none;
}

img.logo{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	max-width:500px;
	transform: translateY(-50%) translateX(-50%);
}


form#reg_form div.container select.validating,
form#reg_form div.container textarea.validating,
form#reg_form div.container input.validating{
	border-bottom-width: 1px !important;	
}
form#reg_form div.container select.wrong,
form#reg_form div.container textarea.wrong,
form#reg_form div.container input.wrong{
	border-bottom-color:rgb(167, 6, 6);	
	background-color: rgba(255, 227, 227, 0.2);
}

form#reg_form div.container select,
form#reg_form div.container input{
	width: 94%;
	float:right;
}

div.container.login div.message.shown{
	border-left: 3px solid;
    padding: 10px;
    margin-bottom: 10px;	
	background-color: #defccb;	
}
div.container.login div.message.wrong{
    background-color: #ffdddd;
}
div.container.login div.message.shown:not(.wrong){
	border-left-color: #2c7637 !important;
}

@media (max-width: 767px){
	div.container.login div.editField table td{
		width: 100% !important;
		display: block;
		float: left;
	}
}

.eyebutton {
    position: relative;
    float: right;
    top: -56px;
    right: 8px;
    background: #fff0;
    color: #ec008c;
    height: 30px;
    border-style: none;
}