body {
    background: transparent;
    color: #111111;
}

h1 {
    margin-bottom: 40px;
}

a {
	color: #06507F;
}

label {
    color: #333;
}

.form-control {
	    border-radius: 0;
}

.form-control:focus { 
	box-shadow: none;
	border: 1px solid #aaa;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    height: 60px;
    border: none;
    padding: 0 47px;
    color: #ffffff;
    background: linear-gradient(#111111, #111111);
    border-radius: 0;
	box-shadow: none;
}

.btn-send:active {
	background: linear-gradient(#555555, #555555);
	box-shadow: none;
}

.btn-send:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.custom-control-label::before {
}