@font-face {
font-family: ProximaNova;
font-weight: bold;
src: url("../fonts/ProximaNovaBlack.otf") format("opentype");
}
@font-face {
font-family: ProximaNova;
font-weight: 200;
src: url("../fonts/ProximaNovaRegular.otf") format("opentype");
}
@font-face {
font-family: ProximaNova;
font-weight: 100;
src: url("../fonts/ProximaNovaLight.otf") format("opentype");
}
@font-face {
font-family: ProximaNova;
font-weight: 400;
src: url("../fonts/ProximaNovaSemibold.otf") format("opentype");
}

body {
	font-family: ProximaNova, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
}
.box {
	margin: 0 auto;
	width: 450px;
	text-align: center;
	background-color: white;

    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    
    -moz-border-radius: 4px;
	border-radius: 4px;
}
.box-under {
	width:450px; 
	color:white; 
	margin: 0 auto;
	padding-top: 18px;
	font-size: 15px;
	font-weight: 100;
}

.box .title {
	font-size: 24px;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 10px;
}
.box .text {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 20px;
}
.box .grey {
	font-size: 14px;
	color: #999;
	margin: 10px;
}
#first_name {
	width: 200px;
}
input{
	height: 50px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	font-size: 17px;
	color: #c7c7c7;
	padding-left: 10px;
	font-weight: 100;
	margin-bottom: 10px;
}
#submit {
	color: white;
	background-color: #28609e;
}



@media only screen and (max-width:600px){
.box {

       width:300px;
} 
}

@media only screen and (max-width:600px){
.box-under {
 width:300px;
} 
}

@media only screen and (max-width:600px){
.input{	
 width:300px;
} 
}

@media only screen and (max-width:600px){
.first_name {
	width: 280px;
}}