
body {
	font-family:'Roboto', Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0;
	color:#444;
	background-color:#e9e9e9;
	-webkit-font-smoothing: antialiased !important;
}
.wrapper{
	background-color:#fff;
	padding:30px;
}
.error_message { color:#F33; font-weight:600; margin-bottom:4px;}

.btn-submit {
    color: #2a2a2a;
    background-color: #fed139;
    border-color: transparent;
    font-weight: 700;
    font-size:16px;
    padding: 6px 20px;
        line-height: 1.42857143;
    border-radius: 4px;
        text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.btn-submit:hover, .btn-submit:focus {
   background-color: #fee279;
   color: #2a2a2a;
   border-color: transparent;
}


/*============================================================================================*/
/* 5.  MEDIA QUERIES */
/*============================================================================================*/

@media (min-width: 768px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {

}
	

/* Mobile portrait */
@media (max-width: 480px) {

}
