html,
body,
#footer-widgets {
  background-color: white;
}

h1 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 500;
  color: #444242;
  text-align: center;
  width: 100%;
}

.finish-buttons.completed-exercise h3 {
  font-size: 40px;
  font-weight: bold;
  color: #71766f;
}

.subtitle {
  margin: 0;
  margin-bottom: 50px;
  font-size: 15px;
  color: #888;
  letter-spacing: -0.02em;
  text-align: center;
  width: 100%;
}

.subtitle p {
  width: 50%;
  position: relative;
  float: none;
  margin: 0 auto;
}

.entry-content {
  margin: 0;
}

.inside-article {
  padding: 100px !important;
}

#access-form-container input {
  border-radius: 10px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}

#access-form-page .form-element-input {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  float: left;
  margin-top: -30px;
}

#access-form-page .form-element-input input {
  width: 88%;
  border: none;
  background-color: white;
  border-radius: 0px;
  font-size: 16px;
  padding: 12px 0;
  font-weight: 600;
}

select#select-market-area {
  border: 0;
  background: #f0f0f0;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
}

.error-message {
  color: red;
  margin: 0;
  font-size: 11px;
}

.grid-50,
.grid-100 {
  padding: 0;
  margin-bottom: 0px;
}

#access-form-page .form-element-input.mail {
  width: 100%;
}

#access-form-page .form-element-input.mail input {
  width: 88%;
}

button,
button:focus,
button:active {
  background-color: #F19715;
  border: 1px solid #F19715;
  color: white;
  height: 40px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}

button:hover {
  background: none;
  border: 1px solid #F19715;
  color: #F19715;
  height: 40px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

#cancel-account-btn {
  font-size: 12px;
  cursor: pointer;
}


#cancel-account-btn span:hover {
  color: #00add9;
}

#cancel-account-btn span:active,
#cancel-account-btn span:visited {
  color: #1188a8;
}


button#continue-button {
  background-color: #00add9;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;

}

button#continue-button:hover {
  background: none;
  border: 1px solid #00add9;
  color: #00add9;
}

div#access-form-response,
div#access-form-continue-button {
  text-align: center;
}

.mt200 {
  margin-top: 200px;
}

a.create-account-course {
  font-size: 15px;
  color: white;
}

button#continue-button:hover a.create-account-course {
  color: #00add9 !important;
}

.subtitle-footer {
  font-size: 17px;
  color: #707571;
}

.create-account-course-link {
  font-size: 12px;
  color: #707571 !important;
}

a.create-account-course-link:hover {
  color: #f19715 !important;
}

a.create-account-course-link:active,
a.create-account-course-link:focus,
a.create-account-course-link:visited {
  color: #b97711 !important;
}



@media screen and (max-width: 768px) {
  .inside-article {
    padding: 10px !important;
  }

  .entry-title {
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 70px;
  }

  .subtitle {
    font-size: 13px;
    text-align: left;
    margin: 0;
    color: #707070;
    font-weight: 300;
  }

  .subtitle p {
    width: 100%;
    position: relative;
    float: none;
    margin: 0 auto;
  }

  #access-form-page .form-element-input {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    float: left;
    margin-top: -30px;
  }

  #access-form-page .form-element-input input {
    width: 88%;
    padding: 12px;
    margin-left: 18px;
  }

  select#select-market-area {
    border: 0;
    background: #f0f0f0;
    border-radius: 10px;
    width: 89%;
    margin-left: 18px;
  }

  label {
    margin-left: 20px;
  }
}