/*CSS Document*/

@font-face {
  font-family: century gothic;
  src: url(century gothic.ttf);
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body{
	text-align: center;
	font-family: century gothic;
}
.header{
	max-width: 750px;
margin: 0 auto;
}
.header h1{
    color: #1f3864;
    font-size: 43px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bolder;
    text-shadow: 2px 2px #0000008f;
}
.header span{
	color: #00CED6;
	text-decoration: underline;
}
.training form{
	margin:0 auto;
	padding:0px;
	width:95%;
	max-width:320px;
}
.training form span{
	margin:0 0 10px;
	padding:0px;
	position:relative;
	display:block;
}
.training form span i{
	margin:0px;
	padding:0px;
	position: absolute;
	right:15px;
	top:12px;
	color: #c1c1c1;
}
.training input{
	padding: 10px;
    background: #fafafa;
    border: 2px solid #d3d3d3;
    width: 100%;
	line-height:16px;
}
.training button{
	margin:0 auto;
	padding:0px;
	width:90%;
	max-width:250px;
	background:none;
	border:none;
	display:inline-block;
	cursor:pointer;
}
.training button img{
	max-width:100%;
}
.training{
	position: relative;
	margin-top: 40px;
}
.red{
	color: #C60000;
		font-weight: 600;
}
.training img{

}
.training input{
	position: relative;
}

.training input::placeholder{
	font-size: 17px;
}
.make-money p {
    font-size: 31px;
    margin: 10px;
    line-height: 40px;
}
.training p {
    font-size: 25px;
}
.container {
    margin-top: 40px;
}
.row.top-row {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
/*.training input {
    width: 70% !important;
}
.training img {
    width: 50% !important;
}*/
}