html , body{
	height: 100%;
	width: 100%;

}
body {
	background: #208AEC;
	width: 100%;
	height: 100vh;
}
#header{	
	padding: 150px 0px; 
}
#header .box-settings{
	margin-top: 20px;
	background-color: #fff;
	padding: 25px;
	border: 3px solid #0055a5;
}
#header .box-settings h2{
	color: #3597fa;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#header .box-settings .btn-login{
	width: 100%;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #208AEC;
    color: #208AEC;
}
#header .box-settings .btn-login:hover{
	background-color: #208AEC;
	color: #fff;	
}

#header .box-settings .text-forgot{
	margin-top: 20px;
	text-align: center
}
#header .box-settings .text-forgot a{
	color: #208AEC;
    font-style: italic;
    font-weight: bold;
}

#header .box-register .form-group select{
	width: 100%;
	height: 35px;
}

#header .box-register .form-group{
	margin-bottom: 25px;
}
