* {
  font-family: 'Noto Sans', sans-serif;
}

a {
  color: #58B0E2;
}

a:hover {
	color: #58B0E2;
	text-decoration: underline;
}

#submitbutton {
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #58B0E2;
	color: #fff;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 0 35px;
	height: 45px;
  border: none;
}

#submitbutton:hover {
  background-color: #052644;
}

#submitbutton:visited {
  background-color: #1D56A2;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
 	background-color: #052644;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #052644;
}

body{
    margin: 0;
    padding: 0;
    
    font-weight: 400;
    font-size: 14px;
}
form.form-horizontal .form-grey{
    background: #e4e4e4;
    padding: 20px;
}
form.form-horizontal .form-submit{
    padding: 20px;
    text-align: center;
}
form.form-horizontal .form-grey .form-group{
    margin-bottom: 10px;
}
form.form-horizontal .form-grey .form-group label{
    display: block;
    font-weight: 600;
    line-height: 1.5;
}
form.form-horizontal .form-grey .form-group input.form-control, form.form-horizontal .form-grey .form-group select.form-control, form.form-horizontal .form-grey .form-group textarea.form-control{
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
form.form-horizontal .form-submit .checkbox a{
    color: #000000;
}
form.form-horizontal .form-submit .checkbox input{
    vertical-align: bottom;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
form.form-horizontal .form-submit button{
    border: none;
    background: #0c2645;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 21px;
    margin-top: 20px;
}

form.form-horizontal .form-grey .form-group textarea.form-control#f_Message {
    height: 130px;
}

@media(min-width: 768px){
    form.form-horizontal .form-grey{
        padding: 40px;
    }
    form.form-horizontal .form-grey .form-group{
        margin-bottom: 20px;
    }
    form.form-horizontal .form-grey .form-group label{
        line-height: 1.5;
        font-size: 20px;
    }
    form.form-horizontal .form-submit button{
        border: none;
        font-size: 16px;
        padding: 12px 50px;
    }
}

.has-error .help-block, .form-submit .help-block {
  color: #b10707;
  display: block;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

button.spinner,
input.spinner{
    background-color: #c2c2c2 !important;
}
button.spinner:hover,
input.spinner:hover{
    background-color: #c2c2c2 !important;
}
.spinner-element{
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    background-image: url('images/loading-spinner.gif');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}