@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: normal;
  src: url("../content/fonts/GothamProRegular.eot");
  src: url("../content/fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../content/fonts/GothamProRegular.woff") format("woff"), url("../content/fonts/GothamProRegular.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../content/fonts/GothamProBold.eot");
  src: url("../content/fonts/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../content/fonts/GothamProBold.woff") format("woff"), url("../content/fonts/GothamProBold.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: italic;
  src: url("../content/fonts/GothamProBoldItalic.eot");
  src: url("../content/fonts/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../content/fonts/GothamProBoldItalic.woff") format("woff"), url("../content/fonts/GothamProBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: italic;
  src: url("../content/fonts/GothamProItalic.eot");
  src: url("../content/fonts/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../content/fonts/GothamProItalic.woff") format("woff"), url("../content/fonts/GothamProItalic.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-weight: 300;
  font-style: normal;
  src: url("../content/fonts/GothamProLight.eot");
  src: url("../content/fonts/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../content/fonts/GothamProLight.woff") format("woff"), url("../content/fonts/GothamProLight.ttf") format("truetype");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
header,
footer,
section,
nav {
  display: block;
}
body {
  line-height: 1;
}
a {
  vertical-align: baseline;
}
a:hover {
  vertical-align: baseline;
}
ul {
  list-style: none;
}
img {
  border: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
textarea,
select,
input {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
html {
  font-family: "GothamPro";
}
body {
  color: rgba(0, 0, 0, 0.541);
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus input:-webkit-autofill,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.871);
  -webkit-box-shadow: 0 0 0px 50px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.body-wrapper {
  background: transparent linear-gradient(241deg, #18A9F5 0%, #005BAA 100%) 0% 0% no-repeat padding-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  position: relative;
}
.back-button {
  position: absolute;
  background: #ffffff1a 0% 0% no-repeat padding-box;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
@media (max-width: 380px) {
  .back-button {
    top: 10px;
    left: 10px;
  }
}
.back-button img {
  width: 18px;
  height: 14px;
  margin: 14px 11px;
}
.form-container {
  display: flex;
  flex-direction: column;
  width: 360px;
  margin: auto;
  margin-top: 84px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .form-container {
    margin: 73px 10px 20px 10px;
    width: auto;
    padding-bottom: 92px;
  }
}
.be-first {
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  position: relative;
}
@media (max-width: 380px) {
  .be-first {
    width: 134px;
    margin: auto;
  }
}
.be-first img {
  position: absolute;
  bottom: -1px;
  left: 118px;
  width: 18px;
}
.main-content {
  margin-top: 20px;
  margin-bottom: 10px;
}
.logo {
  max-width: 300px;
  margin: 25px auto 0px;
  text-align: center;
}
.logo__description {
  margin-top: 16px;
  font-size: 14px;
  color: #273240;
}
.main-form {
  margin: 31px 0 0 0;
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px;
  min-height: 220px;
}
.main-form .logo__link img {
  width: 100%;
  max-width: 131px;
}
@media (max-width: 380px) {
  .main-form {
    padding: 20px 20px;
    padding-bottom: 10px;
  }
}
.ext-info {
  display: flex;
  width: 360px;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 10px;
}
@media (max-width: 380px) {
  .ext-info {
    position: absolute;
    bottom: 33px;
    width: 100%;
    flex-direction: column;
  }
}
.ext-info div {
  width: 50%;
  position: relative;
}
@media (max-width: 380px) {
  .ext-info div {
    width: 167px;
    margin: auto;
  }
}
.ext-info div img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  margin-bottom: 2px;
  vertical-align: middle;
}
@media (max-width: 380px) {
  .ext-info div img {
    margin-bottom: 2px;
  }
}
.ext-info .second {
  padding-left: 26px;
}
@media (max-width: 380px) {
  .ext-info .second {
    padding-left: 6px;
    margin-top: 17px;
  }
}
.ext-info a {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 100;
}
.form__link {
  font-size: 12px;
  text-align: left;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #005BAA;
  opacity: 1;
}
.form__title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.871);
  font-weight: bold;
  line-height: 1.5;
}
.form__instructions {
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  padding-right: 6px;
  margin-bottom: 26px;
}
.form__label {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #6E7782;
  opacity: 1;
  display: block;
  padding-bottom: 10px;
}
.form .editor-value {
  width: 100%;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.871);
  outline: none;
  margin-bottom: 20px;
  background-position: 97% center;
  padding: 0px 13px;
  letter-spacing: 0.7px;
}
.form .editor-value::placeholder {
  color: #CBD4DB;
}
.form .editor-value:focus,
.form .editor-value:hover {
  border: 1px solid #00b8e3;
}
.form .editor-value.input-validation-error {
  border-color: #e73339;
  background: url("../content/images/error-svg.svg") no-repeat 96% center;
  background-size: 20px 20px;
}
.form .editor-value.valid {
  border-color: rgba(0, 0, 0, 0.6);
  color: black;
  background: white no-repeat 97% center;
  background-size: 20px 20px;
}
.form .field-validation-error {
  display: block;
  margin-top: -19px;
  margin-bottom: 8px;
  font-size: 11px;
  color: red;
}
.form .field-validation-error span {
  font-size: 11px;
  color: red;
}
.form__submit {
  width: 100%;
  height: 40px;
  color: white;
  border: none;
  background: #E14744 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  padding: 0px 17px;
  cursor: pointer;
  letter-spacing: 0.3px;
  font-family: GothamPro;
}
.form__submit:hover {
  background-color: #f54d4a;
}
.form__submit:focus {
  outline: none;
}
.submitting input[type="submit"],
.submitting button[type="submit"],
.submitting a.submit {
  cursor: wait;
}
.submitting input:not([type="submit"]),
.submitting textarea {
  pointer-events: none;
}
.someinputs {
  display: none;
}
.hmwk-login .login {
  padding-top: 19px;
  display: none;
}
.hmwk-login .login.display {
  display: block;
}
.hmwk-login .login .repeated-order .message-text {
  font-size: 12px;
}
.hmwk-login .login .repeated-order .message-text .form__link {
  cursor: pointer;
}
.hmwk-login .login .recover-links {
  display: flex;
  margin-top: 1px;
}
.hmwk-login .login .recover-links p {
  cursor: pointer;
  display: block;
  width: 130px;
}
.hmwk-login .login .form__submit {
  margin-top: 30px;
}
.hmwk-login .login .editor-value {
  margin-bottom: 28px;
}
.hmwk-login .login .field-validation-error {
  margin-top: -25px;
  margin-bottom: 14px;
}
.hmwk-login .login h-captcha ~ .field-validation-error {
  margin-top: 0;
}
.account-choose {
  padding-top: 20px;
  display: none;
}
.account-choose__link {
  border: 1px solid #CBD4DB;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #273240;
  font-size: 14px;
  line-height: 38px;
  height: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.account-choose__link span {
  transition: margin 0.15s ease-in-out;
}
.account-choose__link .arrow {
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.account-choose__link:last-child {
  margin-bottom: 5px;
}
.account-choose__link:hover {
  color: white;
  background-color: #005baa;
}
.account-choose__link:hover span {
  margin-right: 24px;
}
.account-choose__link:hover .arrow {
  position: relative;
  color: white;
}
.hmwk-login .mail-sent {
  display: none;
}
.hmwk-login .mail-sent .form__instructions {
  margin-top: 35px;
  margin-bottom: 17px;
  line-height: 1.45;
}
.hmwk-login .new-password-hmwk .form__instructions {
  margin-top: 35px;
}
.hmwk-login .new-password-hmwk .editor-value {
  width: 100%;
}
.hmwk-login .new-password-hmwk .validation-summary-errors {
  padding-bottom: 12px;
}
.hmwk-login .new-password-hmwk .validation-summary-errors li {
  color: red;
}
.hmwk-login .new-password-hmwk .field-validation-error {
  margin-top: -17px;
  margin-bottom: 6px;
}
.hmwk-login .restore-email {
  padding-top: 15px;
  display: none;
}
.hmwk-login .restore-email-mail-sent .form__instructions {
  margin-bottom: 0;
}
.hmwk-login .restore-email .call-us {
  margin-top: 27px;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: -0.1px;
  color: #6E7782;
}
.hmwk-login .restore-email .field-validation-error {
  margin-top: -17px;
  margin-bottom: 6px;
}
.hmwk-login .restore-password {
  padding-top: 15px;
  display: none;
}
.hmwk-login .restore-password-mail-sent .form__instructions {
  margin-bottom: 0;
}
.hmwk-login .restore-password .field-validation-error {
  margin-top: -17px;
  margin-bottom: 6px;
}
