@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("Alaska_agency_styles.css");
a,
a:focus,
a:hover {
  color: var(--main-links-color);
}

html,
body {
  height: 100%;
  background-color: var(--main-bg-color);
  background-image: url(../images/cover_bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  font-size: 16px;
}

body {
  color: var(--vendor-primary-color);
  text-align: center;
}

a {
  color: var(--main-link-color) !important;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.cover-container {
  width: 90%;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 30px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}

.masthead-nav > li + li {
  margin-left: 20px;
}

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.form-group {
  margin: 10px 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1.2rem;
  color: var(--vendor-primary-color) !important;
  background-color: #fff;
  background-image: none;
  border: 0px solid #dee2e6;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #e8f0fd;
}

.validation-summary-errors ul {
  padding: 0;
  font-weight: 500;
  font-size: 13px;
}

.password-container {
  position: relative;
}
.password-container input {
  padding-right: 40px !important;
  padding-left: 40px;
}
.password-container .password-eye-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  border: none;
  cursor: pointer;
}
.password-container .password-eye-btn .eye-icon {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/eye_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.password-container .password-eye-btn .eye-icon.show {
  background-image: url(../images/eye_off_icon.svg);
}

select.form-control {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
.cover {
  padding: 35px 35px 35px 35px;
  background-color: #ffffff;
  /*border: 6px solid var(--vendor-secondary-color);*/
  border-radius: 12px;
  box-shadow: var(--shadow-main);
  box-shadow: 0 1px 2px 1px rgba(24, 90, 188, 0.1215686275), 0 4px 7px 3px rgba(138, 138, 138, 0.1);
}

.cover .form-group .form-control {
  text-align: center;
  font-weight: 500;
}

.cover .form-group .btn {
  margin-top: 10px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.cover span img {
  width: 60%;
  max-width: 150px;
  margin: 20px 0 5px 0;
}

.cover .form-group.text-danger {
  font-size: 13px;
  font-weight: 500;
  color: #36a7cd !important;
}

.cover .form-group a {
  font-size: 14px;
  font-weight: 500;
}

.cover .form-group .field-validation-error {
  font-weight: 500;
  font-size: 14px;
}

.btn.btn-primary {
  background-color: var(--vendor-primary-color);
  border-color: var(--vendor-primary-color);
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 500;
}

.text-xs-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.mastfoot {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
}
@media (max-width: 850px) {
  .cover {
    padding: 40px 30px 10px 30px;
  }
  .cover-container .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=cover.css.map */