body{
    color: black;
    font-family: "Futura";
}

.bg-light-white {
  background-color: #f3f3f3c1;
}

.social-icon {
  color: #3b568d;
  text-decoration: none !important;
}

.text-blue {
  color: #14599f;
}

.btn-primary {
  color: white !important;
  background-color: #14599f !important;
}

.btn-primary:hover {
  background-color: #3b568d !important;
}

.wrapper {
    margin-top: 100px;
}

.form-box {
  width: 480px;
  height: 680px;
  padding: 80px;
  margin: auto;
  background-color: white;
  border-radius: 12px;
}

form.form-field {
  display: table;
}

form{
    width: 360px;
}

.form-field > input, .form-field > select, label {
    display: table-cell;
    margin-bottom: 10px;
    width: 200px;
    height: 24px;

  }
  .form-field > input, .form-field > select {
    border-radius: 4px;
    border: 1px solid #000;
  }

.form-button{
    width: 360px;
    display: flex;
    
}
.form-button > input {
    margin: auto;
      background-color: #3b568d !important;
    width: 140px;
    color: white;
    border-radius: 12px;
    margin-top: 30px;
    height: 32px;
}

div.form-field {
  display: table-row;
}


label {
  padding-right: 10px;
}

