body{
	background-image: none;
	background: #1f242d;

}

.main-img{
	margin-bottom: 30px;
}

.buttons #emailVerificationControl_but_send_code:disabled {
	margin: 0 auto;
	background-color: #0067b8;
	opacity: .3;
	border-radius: 0.2rem;
	border: none;
	color: white;
	font-size: 1em;
}

 #emailVerificationControl_but_send_code {
	margin: 0 auto;
	width: 50%;
	height: 40px;
	background-color: #0067b8;
	opacity: 1;
	border-radius: 0.2rem;
	border: none;
	color: white;
	font-size: 1em;
	float: right;
}

	 #emailVerificationControl_but_send_code:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: #0058ad;
		border-color: #204d74;
	}

.self_asserted_container .row .panel-default {
	 
	position: relative;
}

.top-text{
	margin-top: 10px;
}

h1 {
	font-size: 2.2em;
	font-weight: 100;
}


.accountButton, .buttons button {
 	height: 45px;
	font-size: 16px;
}