@import url('https://fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800');
body {font-family: 'Montserrat', sans-serif; background: #f0f0f0}

.container {
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.jumbotron, .container .jumbotron {
  margin: 0;
  padding: 30px;
}

.jumbotron {
  background-color: #fff;
  border-radius: 0px;
}


input#email {
  width: calc(100% - 250px);
  border-radius: 0px;
}

.email-submit {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}

.btn.btn-send.btn-primary.btn-lg.email-submit {
  margin-left: 20px !important;
}

.form-control {
  background-color: #f9f9f9;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem .6rem;
}

.form-horizontal label, .form-horizontal legend {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  background-color: #00197f;
  border-color: #00197f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0a6db6;
  border-color: #0a6db6;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.custom-control-indicator {
  background-color: #f9f9f9;
  margin-top: 0px;
  border: 1px solid #d4d9de;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #00197f;
  border: 0px;
}

.form-control {
  width: 100%;
  padding: .5rem 1rem .6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

.text-warning {
  color: #00197f !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #00197f !important;
  text-decoration: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

.select2-selection__arrow {
  height: 41px !important;

}
.select2-selection__rendered {
  line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 6px;
  width: 20px;
}

.form-horizontal .form-group.row span.sublegend {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}

.custom-control-description {
  padding-left: 0px;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0rem;
}

.label_email {
  padding-bottom: 10px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 2rem .6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}

label.confirm-format-one {
  margin: 0;
  min-height: 1.5rem;
  padding-left: 1rem;
}

.col-1 {
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  max-width: 3%;
}

#step1 .custom-control-indicator {
  margin-top: -3px;
}

a {
  color: #00197f;
  background-color: transparent;
}

a:hover {
  color: #0a6db6;
  background-color: transparent;
}



@media screen and (max-width:500px){
.jumbotron, .container .jumbotron {padding: 20px;}
input#email {width: 100%;}
.btn.btn-send.btn-primary.btn-lg.email-submit {margin: 0px !important; width: 100%; margin-top: 15px !important;}
.btn-group-lg > .btn, .btn-lg {width: 100%; font-size: 0.9rem;}
}