body {
  background-color: #ffffff !important;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.notification-container {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
form {
  margin-bottom: 12px;
}

@media (min-width: 767px) {
  .form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .form-container {
    margin-top: 20px;
  }
}

.widget-form {
    position: relative;
    margin-top: 2rem;
    padding: 30px;
    background-color: #f6f6f6;
    color: white;
    border-radius: 3px;
}
.form-title {
  color: #363636 !important;
  font-size: 16px;
  font-family: MuseoSans500, Arial, sans-serif;
  margin-bottom: 10px;
}
.form-description {
  color: #363636 !important;
  font-size: 13px;
  /* margin-top: 20px !important; */
}

.form-group {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

form .input.code {
  margin-bottom: 10px;
}
form input[type='submit'] {
  font-family: MuseoSans500, Arial, sans-serif;
}

form .before-submit {
  margin-top: 25px;
}
form .btn {
  background-color: #7d29d6;
  color: #ffffff;
}
form label {
  color: #363636;
  font-weight: 400;
}
.form-control:focus {
  border-color: #ae61ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174, 97, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174, 97, 255, 0.6);
}

.btn-margin-top {
  margin-top: 10px;
}
form {
  margin-top: 20px
}
.text-center {
  text-align: center;
}

.grecaptcha-badge{
  display: none;
}

.legal_text{
  margin-top: 20px;
  color: #9f9c9c;
}

.legal_text a{  
  color: #9f9c9c;
  text-decoration: underline;
}