html,body
{
  min-height: 100%;
}
body
{
background: url("../images/bg.jpg") no-repeat right center;
background-size: cover;
}
h1
{
  color: #0d5481;
  font-size: 20px;
}
p
{
  color: #7b7b7b;
  font-style: italic;
  font-size: 16px;
}
p span, p a
{
  color: #0d5481;
  font-style: normal;
}
p a:hover
{
  text-decoration: none;;
  color: #0d5481;
}
h5
{
  color: #0d5481;
  font-size: 18px;
}
form .btn
{
  background: #0d5481;
}
form .btn:hover
{
  background: #0a4165;
}
input::placeholder {
  color: #afaeae!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afaeae!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afaeae!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afaeae!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afaeae!important;
}
@media (max-width:767px) {
  body
  {
    background: url("../images/bg2.jpg");
    background-size: cover;
  }
}
