﻿.welcome-page .logo {
  width: 212px;
}

.icon-banner {
  width: 159px;
}

.bg-dark {
  background-color: #a1a1a1 !important;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: bold;
}

.header-border-bottom {
  border-bottom: 4px solid #1e9bde !important;
}

.company-logo {
  padding-left: 50px;
}

.signIn {
  min-height: 100vh;
  overflow-x: hidden;
  background-color: white !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content {
  margin-top: 50px;
}

.signIn-content-header-title {
  min-width: 320px;
  min-height: 46px;
  margin-bottom: 34px;
}

.signIn-content-header-subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #7a868c;
}

.signIn-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.signIn-content-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 45px 0 70px 0;
}

.btn-continue-two-factor-auth {
  background-color: #0f99d6 !important;
  color: white;
}
.btn-show-more-auth {
  background-color: transparent !important;
  width: 400px;
  text-align: left;
}
.btn-arrow-icon {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.list-auth-app {
  margin: -10px;
}
.authenticator-links {
  text-decoration: underline !important;
  font-weight: bolder;
}
.send-code-form {
  width: 400px !important;
}
.gray-placeholder::placeholder {
  color: gray;
  opacity: 1;
}

.signIn-content-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 25px;
  padding-top: 0;
  width: 340px;
  background-color: #fcf8f8;
  border-top: solid #e1dfe2 5px;
}

.signIn-content-form-greeting {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}

.form-group {
  margin-bottom: 1rem;
}

.signIn-content-form-label {
  font-size: 12px;
  font-weight: bold;
  color: #7a868c;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.signIn-content-form input {
  height: 44px;
  border-radius: 6px;
  border: solid 1px #e1dfe2;
}

.signIn .signIn-content-form input[type="password"] {
  margin-bottom: 30px;
}

#login-button {
  background-color: #a3d55d !important;
  color: #4a4a4a !important;
  width: 100%;
  border-radius: 6px;
  height: 38px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border: none;
  line-height: 1.2;
  font-weight: bold;
  min-width: 145px;
  outline: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.signIn-content-form button {
  align-self: center;
  margin-bottom: 5px;
}

.forgot-create-login-links {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}

.blue-link {
  font-size: 16px;
  font-weight: bold;
  color: #0f99d6 !important;
}

.blue-link2 {
  font-weight: normal;
  font-size: 14px;
  color: #0f99d6 !important;
}

.signIn-content-helper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 26px 0;
}

.extra-login-links {
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
}

.no-button-style {
  background: none;
  border: none;
}

.recovery-container {
  min-height: 90vh;
}

.recovery-logo {
  width: 320px;
}

.recovery-form {
  width: 580px;
}

.recovery-warning-alert {
  color: #3e4044;
  background-color: #fff9f2;
  border: none;
}

.recovery-danger-alert {
  background-color: #fcfcfc;
  border: none;
}
.recovery-code-login {
    text-decoration: underline !important;
}

.text-security-verification {
  font-weight:  400 !important;

}

.form-two-factor-auth {
    width: 580px !important;
}
.container-two-factor-auth {
    width: 580px !important;
}
.input-error {
    border: 2px solid red;
   
}

.recovery-codes-container {
    max-width: 380px;
}

.btn-continue-recovery-codes {
    background-color: white;
    color: #0f99d6 !important;
    border-color: #0f99d6;
}
.codes-text-center{
    text-align: center;
}