﻿.btn, a.btn {
  background-color: white;
  color: #2672bc;
  padding: 0.6em 0.5em;
  border-radius: 3px;
  text-decoration: none;
  border-color: #2672bc;
  border: 1px solid #2672bc;
  min-width: 160px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  max-width: 180px;
  text-align: center;
  cursor: pointer;
}
.btn.btn-blue, a.btn.btn-blue {
  border-color: #2672bc;
  background-color: #2672bc;
  color: white;
}
.btn.btn-blue:hover, a.btn.btn-blue:hover {
  background-color: #FFF;
  border-color: #2672bc;
  color: #2672bc;
}
.btn.btn-orange, a.btn.btn-orange {
  background: #D93D0D;
  border-color: #D93D0D;
  color: #fff;
}
.btn.btn-orange:hover, a.btn.btn-orange:hover {
  background: #fff;
  color: #D93D0D;
}

a.btn {
  width: 192px;
  height: 40px;
  padding: 0px;
  align-content: center;
}

a.btn:hover {
  background-color: #004C96;
  color: #FFF;
}

a.btn,
button.btn {
  min-width: 200px;
}

a.btn-order-action,
button.btn-order-action {
  background-color: #004C96;
  border-color: #004C96;
  color: #FFF;
}

a.btn-order-action.secondary,
button.btn-order-action.secondary {
  background-color: #168928;
  border-color: #168928;
}

a.btn-order-action.secondary:hover,
button.btn-order-action.secondary:hover {
  border-color: #004C96;
}

.btn.btn-order-action:hover {
  background-color: #FFF;
  color: #004C96;
}

.btn:hover {
  background-color: #2672bc;
  color: white;
}

.btn-full-width, a.btn-full-width {
  width: 100%;
  max-width: none;
}

.btn.btn-responsive {
  min-width: 285px;
}
@media (max-width: 1023px) {
  .btn.btn-responsive {
    min-width: 265px;
  }
}

/*** Nav Button ***/
.info-card {
  overflow: initial;
  width: 100%;
  justify-content: space-between;
  padding-right: 0;
  margin-top: 15px;
}

.info-card .info-card-text .user-name {
  font-weight: 600;
}

.btn-nav-minify {
  padding: 0;
  margin: 0;
}

.info-card a.btn-nav-minify {
  min-width: 0;
  background-color: #202020;
  color: #FFF;
  border-color: #FFF;
  height: auto;
  width: auto;
  min-width: 0;
  padding: 1px 11px;
}

.info-card a.btn-nav-minify:hover {
  background-color: #FFF;
  color: #202020;
}

.nav-function-minify .btn-nav-minify {
  display: none;
}

.info-card .info-card-text {
  margin-top: 0;
}

.nav-footer {
  display: none;
}

.nav-function-minify .nav-footer {
  display: flex;
}

#mobile-logo {
  display: none;
}

.nav-function-minify #mobile-logo {
  display: block;
}

.nav-function-minify #desktop-logo {
  display: none;
}

.reset-password,
.authorization {
  max-width: 750px;
}
.reset-password .reset-password-form,
.authorization .reset-password-form {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}
.reset-password .reset-password-form .login-reset,
.authorization .reset-password-form .login-reset {
  margin-top: 30px;
  justify-content: space-between;
}
.reset-password .reset-password-form .login-reset #reset-button,
.authorization .reset-password-form .login-reset #reset-button {
  height: 40px;
  padding: 0;
}
.reset-password .reset-password-form .login-reset .btn-gray,
.authorization .reset-password-form .login-reset .btn-gray {
  background-color: #9b9b9b;
  color: white;
  border-color: #9b9b9b;
}
.reset-password .reset-password-form .login-reset .btn-gray:hover,
.authorization .reset-password-form .login-reset .btn-gray:hover {
  background-color: #004C96;
  border-color: #004C96;
}
.reset-password .reset-password-form .login-reset .btn-blue,
.authorization .reset-password-form .login-reset .btn-blue {
  background-color: #004C96;
  border-color: #004C96;
}
.reset-password .reset-password-form .login-reset .btn-blue:hover,
.authorization .reset-password-form .login-reset .btn-blue:hover {
  background-color: #FFF;
  color: #004C96;
}
@media (max-width: 768px) {
  .reset-password .login-reset,
  .authorization .login-reset {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
  .reset-password .login-reset #reset-button,
  .authorization .login-reset #reset-button {
    order: 0;
  }
  .reset-password .login-reset a.btn,
  .authorization .login-reset a.btn {
    order: 1;
  }
  .reset-password .login-reset #reset-button,
  .reset-password .login-reset #login-button,
  .reset-password .login-reset a.btn,
  .authorization .login-reset #reset-button,
  .authorization .login-reset #login-button,
  .authorization .login-reset a.btn {
    min-width: 100%;
    max-width: 100%;
  }
}

.message {
  text-align: center;
}

.authorization {
  max-width: 750px;
  margin: 0 auto;
}

.authorization-content .flexbox-item {
  flex-basis: 50%;
}

.authorization-content li {
  list-style: disc;
}

.authorization-content ul {
  margin: 30px 0 30px 45px;
}

.remember-forget {
  display: flex;
  justify-content: space-between;
}

.checkbox-label, span.remember-me {
  line-height: 16px;
  display: flex;
  align-items: center;
}

.login.flexbox-item {
  margin-right: 30px;
  flex-basis: 66%;
}

.reset-success {
  margin: 0 auto;
  padding: 30px 0;
}

.register-actions, .save-password, .back-to-login {
  display: flex;
}

.register-actions, .save-password, .back-to-login {
  justify-content: center;
  margin-top: 10px;
}

.register.flexbox-container {
  padding: 30px;
}

.register-actions {
  margin-left: auto;
  margin-right: 30px;
  width: 300px;
}

.remember-forget {
  font-size: 14px;
}

.reset-success {
  text-align: center;
}

.reset-success h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #25a651;
}

.need-an-account {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .flexbox-container.authorization-content {
    flex-direction: column;
  }
  .logo.flexbox-item {
    padding-right: 0;
  }
  .login.flexbox-item {
    margin-right: 0;
  }
  .register.flexbox-container {
    flex-direction: column;
  }
  .need-an-account {
    padding-right: 0;
  }
  .register-actions {
    margin-right: 0;
  }
  .logo.flexbox-item {
    display: none;
  }
  .register.flexbox-container {
    padding: 15px 30px;
  }
  .reset-password-form {
    width: auto;
  }
  .reset-password-form, .reset-success {
    padding: 20px 15px;
  }
}
@media (max-width: 340px) {
  .remember-forget {
    flex-direction: column;
    align-items: center;
  }
  span.remember-me {
    margin-bottom: 5px;
  }
}
