#header {
  background: url(../images/png/REGISTER__FORM__BG__IMAGES@2x.png) no-repeat;
  background-size: cover;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .form {
  min-height: 500px;
  width: 60%;
  margin: 50px auto;
  padding: 20px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  -webkit-box-shadow: 7px 14px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 14px 20px rgba(0, 0, 0, 0.16);
}

#header .form .row {
  margin: 20px;
  text-align: center;
}

#header .form .row img {
  margin: 0px auto;
}

#header .form .row a {
  margin: 0px 0px 0px auto;
  color: #0087DD;
  font-weight: 600;
}

#header .form .input__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .form .input__group label {
  text-align: start;
  margin: 10px 0px;
  font-weight: 600;
  display: none;
}

#header .form .input__group input {
  width: 90%;
  height: 40px;
}

#header .form .input__group select {
  width: 96%;
  height: 60px;
}

#header .form .input__group input, #header .form .input__group select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  border: 2px solid #919191;
  border-radius: 15px;
  padding: 10px;
  color: #3D3D3D;
}

#header .form .input__group input::-webkit-input-placeholder, #header .form .input__group select::-webkit-input-placeholder {
  opacity: .7;
  font-weight: 800;
}

#header .form .input__group input:-ms-input-placeholder, #header .form .input__group select:-ms-input-placeholder {
  opacity: .7;
  font-weight: 800;
}

#header .form .input__group input::-ms-input-placeholder, #header .form .input__group select::-ms-input-placeholder {
  opacity: .7;
  font-weight: 800;
}

#header .form .input__group input::placeholder, #header .form .input__group select::placeholder {
  opacity: .7;
  font-weight: 800;
}

#header .form button {
  height: 50px;
  width: 50%;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
  #header .form {
    padding: 0;
  }
  #header .form .row .input__group input {
    width: 70%;
  }
  #header .form .row .input__group select {
    width: 84%;
  }
}

@media only screen and (max-width: 425px) {
  #header .form {
    width: 90%;
  }
  #header .form .row {
    margin: 0px 10px;
  }
  #header .form .row a {
    margin: 20px 20px 20px auto;
  }
  #header .form .row .input__group {
    margin: 10px;
  }
  #header .form .row .input__group input {
    width: 90%;
  }
  #header .form .row .input__group select {
    width: 96%;
  }
}
/*# sourceMappingURL=cooperative-register-page.css.map */