﻿body {
    background: url(/images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	}
	
	/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #ccc !important;
    font-weight: 400 !important;
}

.form-control-lg{
    height: 50px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .3rem;
}
.vertical-offset-50{
    margin-top: 100px;
}
.blue{
	color:#107ac0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #ffffff !important;
  background-color:#2093e5 !important;
  border-color:#2093e5 !important;
}


.btn-primary.blue {
    color: #fff;
    background-color: #107ac0;
    border-color: #107ac0;
}
@media (min-width: 374px) and (max-width: 768px) {
  body {
    background: url(/images/bg.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
   
  .vertical-offset-50{
    margin-top: 50px;
	margin-bottom: 50px;
   }   
	
}
@media (max-width: 1024px) {
  body {
    background: url(/images/bg.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}	
