@import url(http://fonts.googleapis.com/css?family=Roboto);

body  {
	font-family: Roboto;
	-webkit-font-smoothing:antialiased;
	font-size: 12px;
	background-image:  url('../img/footer_lodyas.png');
	background-color: black;
	margin: 0px 15px 0px 15px;
	text-align: center;
    color: white;

}

a {
    color: #FF756D;
}

.btn {
	display: block;
	margin: 10px auto 15px auto;
	font-size: 16px;
	border: none;
	border-radius: 50px;
	padding: 5px 20px 5px 20px;
	background-color: #FF756D;
	color: white;
}

.btn:active {
	position: relative;
    top: 2px;
}

.banner {
	max-width: 80%;
    max-height: 380px;
}

.terms {
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

@media (min-width: 500px ) {
	.terms {
		max-width:70%;
	}
}

input[type='text'] {
	display: block;
	width: 250px;
	max-width: 90%;
	margin: 10px auto 10px auto; 
	border: none;
	border-radius: 10px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.one-line {
    display: inline-block !important;
}

.one-block {
    display: block;
    padding: 10px;
}

.one-font-2x {
    font-size: 16px;
}

