@CHARSET "UTF-8";

html, body{
	
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	color: #020303;
	line-height: 26px;
}
form .form-control {
    padding: 2px;
    border: none;
    border-bottom: 1px solid #085B8E;
    background-color: #EAF2F4;
    color: #085B8E;
    border-radius: 0px !important;
    box-shadow: unset;
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
	height: 32px;
	
}

form input, .form-control::placeholder {
    color: #085B8E;
    font-size: .8em;
    text-transform: uppercase;
    opacity: .8;
}

form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}


button.btn.main:hover {
    background-color: #f7f9fa;
}

button.btn.main {
    border: 1px solid #085B8E;
    border-radius: 30px !important;
    padding: 10px;
    width: 150px;
    background-color: rgba(244,244,244,.1);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald',sans-serif;
    color: #085B8E;
    font-weight: 300;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}