@font-face {
  font-family: 'ProximaSoftBold';
  src: url('/static/fonts/ProximaSoftBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaSoft';
  src: url('/static/fonts/ProximaSoft.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MorangaBold';
  src: url('/static/fonts/MorangaBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f5ebd9;
}

button {
  border: 0px;
  background-color: transparent;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  top: 0px;
  width: 100%;
  height: 62px;
}

.Logo {
  padding-left: 28px;
  height: 35px;
  align-self: center;
}

.Logo img {
  height: 35px;
}

.Content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 22px;
  font-weight: 400;
  padding: 28px 20px;
  font-family: 'ProximaSoft';
}

.contentRow {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  gap: 86px;
  max-width: 1015px;
  font-family: 'ProximaSoft';
  font-size: 19px;
}

.contentRow div {
  max-width: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.contentRow div .title {
  font-family: 'MorangaBold';
  font-size: 36px;
}

.contentRow div .alert {
  color: #ff577e;
}

.contentRow div .tryAgain {
  font-size: 14px;
}

.contentRow div .tryAgain button {
  border: none;
  outline: none;
  color: #4278ff;
  cursor: default;
}

.contentRow div p {
  margin: 0;
}

.contentRow .rowImage {
  width: 432px;
}

.contentWithImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  font-weight: 300;
  padding: 28px 20px;
  font-family: ProximaSoft;
}

.contentWithImage img {
  width: 280px;
  align-self: center;
  margin-bottom: 24px;
}

.ActionButton {
  font-family: ProximaSoftBold;
  background-color: #4678ff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  border: 0px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
}

.ActionButton:hover {
  cursor: pointer;
}

.ActionContainer {
  width: 460px;
}

.ActionContainer .title {
  font-family: ProximaSoftBold;
  font-size: 22px;
  font-weight: 700;
}

.ActionContainer .description {
  font-family: ProximaSoft;
  font-size: 15px;
  font-weight: 400;
  color: #444f60;
}

.TextInput {
  font-family: ProximaSoft;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #a5a8ad;
  padding: 12px;
}

footer {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-top: auto;
  padding: 20px;
  font-family: 'ProximaSoft';
}

footer * {
  margin: 12px 0px;
  color: black;
}

form {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer a:hover {
  color: #4678ff;
}

#Errors {
  color: #ff007d;
  font-size: 14px;
  text-align: left;
  list-style: none;
}

@media screen and (max-width: 991px) {
  .VisibleMedium {
    display: block;
  }
  .LogoText {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .VisibleMedium {
    display: none;
  }
  .LogoMobile {
    display: none;
  }
}
