* {
  font-family: "Roboto", sans-serif;
}
body {
  margin: 0 auto;
}
.container {
  display: block;
  height: 100vh;
  width: 100vw;
}
.left-section {
  height: 100px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://image.email.groupeseb.com/lib/fe3611717564047d721177/m/1/04017fa6-0c3e-4143-ac17-40111ddc1442.png");
}
.right-section {
  width: 90%;
  background-color: white;
  margin: auto;
}
.logo-img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 234px;
  top: 25%;
}

.form-group {
  margin-top: 0.75em;
}
.form-title {
  font-size: 1.5em;
  color: #106A96;
  font-family: "Oxanium", sans-serif;
}
label {
  display: block;
  font-weight: bold;
  font-size: 0.625em;
}
input[type="text"],
input[type="email"],
select {
  width: 90%;
  font-size: 1em;
  background: #ffffff !important;
  color: #363636;
  padding: 0.75em;
  margin: 0.5em 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.checkbox-field {
  display: flex;
  flex-direction: row;
}
.legals {
  color: #106A96;
  font-weight: bold;
}
button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-table {
  display: table;
}
.checkbox-table-cell {
  display: table-cell;
}

input[type="checkbox"] {
  transform: scale(1.5);
  accent-color: #106A96;
  height: 15px;
  cursor: pointer;
}
label[for="agree"] {
  width: 90%;
  text-align: left;
  position: relative;
  display: block;
  padding-left: 4px;
}
.agree-text {
  vertical-align: middle;
  padding-left: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
.form-button-center {
  text-align: center;
  width: 100%;
  margin-top: 2.5em;
}
.form-button {
  background-color: #106A96;
;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  border: 1px solid #106A96;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.75em 2em;
  border-radius: 0;
  cursor: pointer;
  margin: 0.5208vw 0 1.40625vw 0;
  font-size: 0.875em;
  border-radius: 0.25em;
  font-weight: bold;
  letter-spacing: 1px;
}
.mandatory-fields {
  font-size: 0.75em;
  padding: 2em 0 1em 0;
}
/*====================*/
/* ERROR MESSAGE CSS */
/*====================*/

form .error {
  color: #eb322f !important;
}
input.error,
select.error {
  border: 1px solid #eb322f !important;
  color: #eb322f !important;
}
input.error::placeholder,
select.error::placeholder {
  border: 1px solid #eb322f !important;
  color: #eb322f !important;
}
input.error::-webkit-input-placeholder {
  color: #eb322f;
  border: none !important;
}
@media only screen and (min-width: 480px) and (max-width: 1024px) {
  .left-section {
    height: 16%;
  }
  .right-section {
    padding: 0 2em;
  }
  .form-title {
    font-size: 2.5em;
  }
  .form-group {
    margin-top: 1em;
  }
  .logo-img {
    width: 33%;
  }
  label {
    font-size: 1.1em;
  }
  .agree-text {
    font-size: 0.9em;
  }
  input[type="checkbox"] {
    transform: scale(2);
    height: 40px;
  }
  .form-button {
    font-size: 1.3em;
    margin: 2.5208vw 0 1.40625vw 0;
  }
}

@media only screen and (min-width: 1024px) {
  .form-title {
    padding: 3vh 1em 0.7vh 0em;
    font-size: 2.125em;
    color: #106A96;
  }
  .container {
    display: table;
    height: 100vh !important;
    min-height: 900px;
    width: auto;
  }

  .left-section {
    display: table-cell;
    width: 60%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://image.email.groupeseb.com/lib/fe3611717564047d721177/m/1/1ce1c43d-0490-410d-847d-c400137c8958.png");
  }

  .right-section {
    display: table-cell;
    width: 40%;
    height: 100vh;
    background-color: white;
    padding: 0 3.8125em;
    vertical-align: middle;
  }
  .logo-img {
    position: relative;
    display: block;
    width: auto;
    top: 5%;
    left: 5%;
    margin: 0;
  }

  label {
    display: block;
    font-weight: bold;
    font-size: 0.75em;
  }

  input[type="text"],
  input[type="email"],
  select {
    width: 90%;
    padding: 10px;
    font-size: 0.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .mandatory-fields {
    font-size: 0.75em;
    padding: 0.5em 0 0 0;
  }
}