/*
body {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
*/

@font-face{
	font-family: font;
	src: url(fonts/MontserratAlternates-Thin.otf);
}
html {
  height: 100%;
  box-sizing: border-box;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background-color:#002663 !important;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    outline: 0 !important;
    border: 0 !important;
}


body{
	background-color: #fff;
	padding-top: 90px;
	position: relative;
	margin: 0;
	height: 100%;
	font-family: font;
}
a:hover{
	text-decoration: none;
}
.wrapper{

}
.logo{
	width: 195px;
	height: 30px;
}
.col-md-6 h1{
	font-size: 45px;
line-height: 1.3;
margin: 24px 0 0 0;

}

.col-md-6 p{
	font-size: 25px;
line-height: 1.3;
margin: 24px 0 0 0;

}
.img{
	margin-top: 30px;
	width: 335px;
	height: 240px;
}
input{
	height: 50px !important;
}
input, textarea{
	font-size: 18px !important;
	width: 100%;
}
.box{
	margin-top: 60px;
	padding: 30px 20px;
	  box-shadow: 0 5px 12px rgba(0,0,0,0.22);
}



footer{
	 position:relative;
   bottom:0;
   width:100%;
   height:60px;
   margin-top: 20px;
   padding-top: 60px;
}
footer p{
	font-size: 11px;
color: #5c5c5c;
line-height: 14px;

}

@media screen and (max-width: 1000px) {
  .img{
  	display: none;
  }

  body{
	padding-top: 20px;
	text-align: center;
}
}