/* New styles below */
/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 15px;
  /* background-image:url('../img/home_bg.jpg');*/
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 16px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #c80000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(0, 255, 255, 0.125);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 30px rgba(255, 255, 255, 0.4);
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(/static/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  color: red;
  margin: 0px;
  margin-top: 2px;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  .box-sizing(border-box);
}

.icon-success {
  color: #5cb85c;
  font-family: "Avenir";
}

.icon-ban {
  color: red;
  font-family: "Avenir";
}
.container {
  padding-top: 0%;
}
.password-reset-container {
  max-width: 100%;
  padding-top: 0%;
  padding: 20px;
  margin: 0 auto;
  font-family: "Avenir", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.language-selector .lang-box {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px 10px;
}

.globe-icon {
  margin-right: 5px;
}

.back-nav {
  margin-bottom: 30px;
}

.back-button {
  color: #000;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

.back-button svg {
  width: 24px;
  height: 24px;
}

.back-button:hover {
  opacity: 0.7;
}

.password-reset-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

h1.page-title {
  font-family: playfair display;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  line-height: 24px;
  text-align: center;
}

.password-reset-content .description-text {
  font-family: roboto;
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 300;
  line-height: 14px;
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.reset-form {
  width: 100%;
  max-width: 500px;
}

.form-label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: left;
  width: 263px;
  height: 40px;
}

.form-control {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
}

.form-control-option{
  padding: 15px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}

.reset-button {
  width: 90%;
  height: 40px;
  padding: 9px;
  background-color: #2d394f;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.reset-button:hover {
  background-color: #1f2a3d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-title {
    font-size: 2rem;
  }

  .description-text {
    max-width: 95%;
    font-size: 1rem;
  }
  .password-reset-content .description-text {
    font-family: roboto;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 300;
    line-height: 14px;
    max-width: 77% !important;
    margin: 0 auto 20px;
    text-align: left;
  }
}
.hero-unit-form,
.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.jumbotron {
  padding: 2rem 1rem;
}

.select-fixed-width {
  width: 20%;
}

.label-fixed-width {
  width: 8em;
}

tr,
td div,
th div {
  page-break-inside: avoid;
}

.w-7 {
  width: 7% !important;
}

.w-5 {
  width: 5% !important;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
  width: 25% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-30 {
  width: 30% !important;
}

.input-group-margin-left {
  margin-left: 10px;
  margin-top: 10px;
}

.input-group-margin-bottom {
  margin-bottom: 0.25em;
}

/* mobile styles */
@media (max-width: 768px) {
  .signup-form-title {
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }

  .signup-form-subtitle {
    text-align: center;
    font-size: 1rem;
    margin-top: 16px !important;
    margin-bottom: 24px !important;
    color: black !important;
  }

  .signup-form-subtitle a {
    font-weight: bold;
  }

  .form-group {
    margin-left: 20px;
    margin-right: 20px;
    align-self: center;
  }
  .btn-primary {
    color: #fff !important;
    background-color: #2d394f;
    border-color: #2d394f;
  }
  .btn-block {
    display: block;
  }
  .form-text {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: small;
  }
}

.title-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.title-row .back-button {
  position: absolute;
  left: 0;
}

.title-row .page-title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}

.button-row {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
