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

body{
  width: 100%;
  height: 100%;
  background: #fff;
}

h1{
  color: #000;
  text-align: center;
  margin: 0;
  font-size: 10rem;
  font-weight: bold;
}

p{
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}

form.main-form{
  margin-top: 2rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.branding{
  background: #0057cc;
  background: radial-gradient(circle, rgba(0,87,204,1) 0%, rgba(0,87,204,1) 40%, rgba(0,56,131,1) 100%);
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-center{
  width: 100%;
  min-height: 20vh;
  padding: 0 10rem;
}

.btn-primary{
  line-height: 3rem;
  padding: 1rem 3rem;
  background: #0057cc;
  border-color: #0057cc;
  font-size: 1.8rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background: #1150a5;
  border-color: #1150a5;
}

.btn-default{
  line-height: 3rem;
  padding: 1rem 4.5rem;
  background: #fff;
  font-size: 1.8rem;
}

.btn-default:not(.selectpicker){
  border-color: #0057cc;
  color: #0057cc;
}

.btn-default:hover:not(.selectpicker),
.btn-default:focus:not(.selectpicker),
.btn-default:active:not(.selectpicker){
  background: #fff;
  border-color: #1150a5;
  color: #1150a5;
}

.form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width:100%;
}

.motif .dropdown-toggle{
  padding: 1rem 2rem;
  height: 5.2rem;
  line-height: 3rem;
}

.motif .dropdown-menu{
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
}

.motif .dropdown-menu > li > a{
  white-space: normal;
  padding: 1rem 2rem;
}

input.form-control{
  padding: 1rem 2rem;
  height: 5.2rem;
  font-size: 1.8rem;
}

textarea.form-control{
  padding: 1rem 2rem;
  font-size: 1.8rem;
  min-height: 10rem;
}

.motif .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width:100%;
}

#choose-language button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.flag-icon{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mb-10{
  margin-bottom: 1rem;
}

.mb-20{
  margin-bottom: 2rem;
}

.mb-30{
  margin-bottom: 3rem;
}

.mb-50{
  margin-bottom: 5rem;
}

.mx-10{
  margin-left: 1rem;
  margin-right: 1rem;
}

.text-success-message{
  font-size: 3rem;
  font-weight: 600;
}

.email-address{
  color: #999;
  font-size: 3rem;
}
