@charset "UTF-8";
.nav-opt {
  width: 50%;
  color: #ffb54d;
  text-align: center;
  vertical-align: middle;
}

.card {
  width: 100%;
  background: none !important;
}
@media (max-width: 668px) {
  .card {
    margin-top: 20px;
  }
}

.content-body {
  width: 100%;
}

.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
}
.content-card input {
  background: none !important;
}
@media (max-width: 668px) {
  .content-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-header-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.card-header-title {
  color: #454443;
  font-size: 22px;
  font-weight: bold;
}

.form-control-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #595857;
}

.form-label-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #595857;
}

.form-label::before {
  content: "\2022";
  color: #454443;
  margin-right: 16px;
}

.custom-control {
  font-size: 14px;
  color: #595857;
}

#password-reset {
  font-size: 14px;
  text-decoration: underline;
}

.d-sm-none {
  font-size: 14px;
  text-decoration: underline;
}

.card-create-account {
  margin-left: 32px;
}
@media (max-width: 668px) {
  .card-create-account {
    margin-left: 0;
  }
}

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-block {
  font-weight: bold;
}

.nav .nav-opt .active {
  background-color: #ffb54d;
  color: white;
}

.page {
  position: inherit;
}

#maincontent {
  margin-top: 0;
}

#emphasis {
  display: none;
}

.breadcrumb-container {
  margin-top: 185px;
}
@media (max-width: 576px) {
  .breadcrumb-container {
    margin-top: 140px;
  }
}

form.login-oauth {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 997px) {
  form.login-oauth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.facebook-login {
  width: 100%;
}
@media (min-width: 997px) {
  .facebook-login {
    margin-left: 5px;
  }
}
@media (max-width: 997px) {
  .facebook-login {
    margin-bottom: 0;
  }
}

.google-login {
  margin-right: 5px;
  width: 100%;
}
@media (max-width: 997px) {
  .google-login {
    margin-bottom: 10px;
  }
}

.oauth-facebook {
  width: 100%;
  border: 0.0625rem solid rgb(0, 96, 177);
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 96, 177);
  padding: 7px 22px;
}

.oauth-google {
  width: 100%;
  border: 0.0625rem solid #E94235;
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
  color: #E94235;
  padding: 7px 22px;
}

.oauth-google:hover {
  background-color: #E94235;
  color: rgb(255, 255, 255);
}

.oauth-facebook:hover {
  background-color: rgb(0, 96, 177);
  color: rgb(255, 255, 255);
}