body {
    background: transparent;
    color: #111111;
    margin-top: 10px;
}

.container {
    max-width: 100%;
    max-width: 800px;
}

h1 {
    margin-bottom: 40px;
}

a {
	color: #000;
	text-decoration: underline;
}

label {
    color: #333;
    margin-bottom: 0;
    font-size: 0.75em;
}

.custom-control-label {
    font-size: 1em;
}
.form-control {
    border-radius: 0;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #a6a6a6;
}

.form-control:focus { 
	box-shadow: none;
    border-color: #3f2b26;
}

.btn-send {
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    line-height: 2em;
    border: none;
    padding: 0 47px;
    color: #ffffff;
    background: linear-gradient(#337ab7, #337ab7);
    border-radius: 0;
	box-shadow: none;
}

.btn-send:active {
	background: linear-gradient(#337ab7, #337ab7);
	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-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #337ab7;
}