/* Start CSS */
body { color: #fff; background-image: url("../img/cash00.png"); background-color: #000; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; font-family: "Roboto Slab"; font-size:14px; line-height: normal; padding:0px; }
a { -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition:all 200ms linear; cursor:pointer; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:underline; outline:none; }
.clearfix10 { display:block; clear:both; height:10px; }
.clearfix20 { display:block; clear:both; height:20px; }
.clearfix30 { display:block; clear:both; height:30px; }
.text-red { color:#e43b2c; }
.header { background: #e43b2c; font-family: "Fjalla One"; padding: 30px 0; text-align:center; }
.header__title { font-size: 36px; font-weight: 400; margin: 0; padding: 0; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); }
.main { display: block; padding: 30px 0; text-align: center; }
.main__content { max-width: 706px; margin: 0 auto; }
.main__title { font-size: 38px; font-weight: 400; margin: 0; padding: 0; }
.main__highlight { display: block; font-family: "Oswald"; font-size: 100px; line-height: 100px; margin-top: 15px; }
.main__text { display: block; font-size: 24px; }
.form__control { border: 2px solid #fff; border-radius: 5px; background: #fff; color: #2f2f2f; display: block; font-family: "Roboto"; font-size: 16px; margin: 0 0 15px 0; padding: 15px 20px; width: 100%; box-shadow: inset 0px 2px 4px rgba(128,128,128,0.15),0px 3px 2px rgba(140,157,169,0.14) !important; position: relative; }
.form__icon {
	background: url(../img/name.png) calc(100% - 20px) 14px no-repeat #fff;
	padding: 15px 50px 15px 20px;
}
.is-invalid {
	border: 2px solid rgb(185, 21, 23);
}
.is-valid {
	border: 2px solid green;
}
.form__control:focus { outline: 0; border: 2px solid #fff; }
.form__button { background: #e43b2c; border-radius: 5px; border: 1px solid rgba(0,0,0,0.2); color: #fff; display: block; font-family: "Oswald"; font-size: 24px; font-weight: 700; margin: 0; padding: 15px; text-transform: uppercase; width: 100%; }
.form__button:hover { box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset; color: #fff; text-decoration: none; }
.form__button:focus { outline: 0; }
.footer { display:block; padding:60px 0; text-align:center; }
.footer__logo { display: block; margin: 0 auto; max-width: 200px; }
.footer__links { display:block; margin: 15px 0 0 0; }
.footer__links a { color: #fff; display:inline-block; opacity: 0.5; text-decoration: none; }
.footer__links a:hover { opacity: 1; }
/* =============== Start Tablet & Phone Device CSS =============== */
@media (min-width:1200px){

}
@media (max-width: 1199px) { 

}
@media (max-width: 991px) {

}
@media (max-width: 767px) { 
	.header {
		padding: 20px 0;
	}
	.header__title { font-size: 26px; }
	.main__title {
		font-size: 30px;
	}
	.main__highlight {
		font-size: 70px;
		line-height: 70px;
	}
	.main__text {
		font-size: 18px;
	}
	.form__button {
		font-size: 20px;
	}
	.footer {
		padding: 30px 0;
	}
}
@media (max-width: 575px) { 
	.header__title {
		font-size: 24px;
	}
	.main__title {
		font-size: 24px;
	}
	.main__highlight {
		font-size: 60px;
		line-height: 60px;
	}
	.main__text {
		font-size: 11px;
	}
	.form__button {
		font-size: 18px;
	}
}
@media (max-width: 467px) { 
	.header {
		padding: 15px 0;
	}
	.header__title {
		font-size: 18px;
	}
	.main__title {
		font-size: 19px;
	}
	.main__highlight {
		font-size: 40px;
		line-height: 40px;
	}
	.form__button {
		font-size: 14px;
	}
	.footer__links {
		font-size: 12px;
	}
}
@media (max-width: 359px) { 
	.main { padding: 20px 0; }
	.footer {
		padding: 15px 0 20px 0;
	}
	.form__button {
		font-size: 12px;
	}
	.footer__links {
		margin: 10px 0 0 0;
	}
}
/* =============== End Tablet & Phone Device CSS =============== */