@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");

:root {
  --accent-color: #352E87;
  --icon-primary: #6B6B6B;
}

.vertical-spacer {
  margin: 80px 0px 80px;
}

.content-container {
  max-width: 720px;
}
.content-container .two-factor-authentication-title {
  color: #2d2825;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 0;
}
.content-container .two-factor-authentication-sub-title {
  color: #988b7d;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 48px;
}
.content-container .enable-2fa-step {
  margin-bottom: 32px;
}
.content-container .enable-2fa-step .authenticator-app-redirect {
  color: var(--accent-color);
  font-weight: 500;
  text-transform: uppercase;
}
.content-container .enable-2fa-step .authentication-key-label {
  color: #584f46;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.content-container .enable-2fa-step .authentication-key {
  background-color: #f2f0f1;
  color: #000000;
  padding: 0.5rem 0.5rem;
}
.content-container .copy-key {
  color: var(--accent-color);
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  padding-bottom: 1.5rem;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
}
.content-container .copy-key span:nth-child(2) {
  padding: 0 1rem;
}
.content-container .row .col form#send-code .form-group .verification-code {
  color: #807377;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  #qrCode img {
    max-width: 350px;
    width: 100%;
  }
}
.status-message-container {
  min-height: 88px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 10px 8px -6px rgba(97, 117, 128, 0.24), 0 4px 8px 0 rgba(97, 116, 128, 0.16);
  margin-bottom: 32px;
}
.status-message-container .d-flex.align-items-center {
  margin: 0px 16px;
}
.status-message-container .d-flex.align-items-center .material-icons {
  color: #63bb67;
  height: 40px;
  width: 40px;
  font-size: 40px;
  margin-right: 32px;
}

.recovery-codes-title {
  color: #584f46;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 20px;
  margin-bottom: 32px;
}

.codes-in-safe-place {
  color: #2d2825;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 32px;
}

.recovery-codes-wrapper .recovery-codes-label {
  color: #584f46;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 32px;
}
.recovery-codes-wrapper .container {
  width: 130px;
  background-color: #f2f0f1;
}
.recovery-codes-wrapper .container .recovery-codes-list {
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

.enter-authenticator-code-title {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.authenticator-code-label {
  color: #807377;
  font-size: 14px;
  letter-spacing: 1px;
}

.divider {
  height: 1px;
  background-color: #e8dfe3;
  margin-top: 48px;
  margin-bottom: 48px;
}

.do-not-have-access-to-device {
  font-size: 14px;
  letter-spacing: 1px;
}
.do-not-have-access-to-device #recovery-code-login {
  color: var(--accent-color);
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.content-container #back-btn {
  margin-bottom: 0px;
  font-size: 14px;
}

.requested-recovery-code-message {
  color: #2d2825;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}

.row .col form .form-group .recovery-code-label {
  font-size: 14px;
  letter-spacing: 1px;
}

.exit-button-container {
  margin: 0px 0px 32px 0px;
}
.exit-button-container .exit-button-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f2f0f1;
  color: var(--accent-color);
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.exit-button-container .exit-button-wrapper .exit-button-icon {
  display: block;
  font-size: 16px;
  height: 24px;
}
.exit-button-container .exit-button-wrapper .exit-button-text {
  display: block;
  font-size: 12px;
}

.astrella-image {
  width: 160px;
  height: auto;
  margin-bottom: 40px;
}

.astrella-banner-container {
  background-color: #fbfafb;
  min-height: 100vh;
}
.astrella-banner-container .d-flex.justify-content-center {
  margin-top: 180px;
}
.astrella-banner-container .d-flex.justify-content-center img {
  width: 230px;
  height: 50px;
}

body {
  margin-top: 65px;
}

.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 #f4f4f4;
}
.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;
}

.two-factor-authentication-container {
  margin: 0px;
}

/*************CUSTOMIZATIONS**************/
@font-face {
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  font-style: normal;
  font-weight: normal;
  src: local("Rubik"), url("assets/fonts/Roboto.ttf") format("truetype");
}
body {
  margin: 0;
}

.drawer-container {
  display: block;
  width: 40%;
  min-width: 500px;
  height: 100vh;
  float: left;
}

.back-button-container {
  max-width: 480px;
  margin: 64px 0 94px 0;
  padding: 0;
}

.logo {
  margin-bottom: 54px;
}

.arrow-back {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/default/arrow_back.png) 0/contain no-repeat;
  margin-right: 8px;
  vertical-align: text-top;
}

.logo img {
  width: 225px;
  height: auto;
}

.login-side {
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-side .wrapper {
  width: 100%;
  padding-top: 70px;
}

.login-container {
  width: 400px;
  margin: 0 auto;
}

label {
  color: #807377;
  font-family: Rubik;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.form-group {
  margin-bottom: 34px;
}

.form-group.error label {
  color: #b71c1c;
}

.form-group.error input {
  color: #b71c1c;
  border-color: #b71c1c;
}

.form-group:nth-child(3) {
  margin-bottom: 66px;
}

.form-control {
  height: 40px;
}

.helper {
  display: inline-block;
  float: right;
  font: 500 14px/14px Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  color: var(--accent-color);
  border: none;
  background: transparent;
}

.helper.forget {
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 14px;
}

.helper.back {
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 14px;
}

.helper:hover,
.helper:visited {
  text-decoration: none;
  color: var(--accent-color);
}

.img-side {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  float: left;
  flex-direction: column;
  background: linear-gradient(228.28deg, #3C8FA3 0%, #3D88AB 14.12%, #3E76B8 25.47%, #4268BE 39.33%, #4F4EAD 67.91%, #584295 81.85%, #643476 100%);
}

.description {
  font-family: Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  width: 564px;
  background-color: rgba(53, 46, 135, 0.41);
  padding: 32px;
  border-radius: 16px;
}

.description h4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 24px;
}

.description p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}

.description p.new-in-astrella-text {
  font-size: 18px;
  line-height: 40px;
}

#imgLogin {
  overflow: visible;
  position: fixed;
  z-index: -19;
  top: -305px;
  display: block;
}

.log-in-to-astrella {
  color: #584f46;
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1.5px;
}

.btn-lg {
  background-color: var(--accent-color);
  color: #ffffff;
  border: none;
  letter-spacing: 0.5px;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  text-transform: uppercase;
  font: 500 16px/16px Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
}
.btn-lg:focus {
  outline: 0;
}

.btn-sm {
  height: 48px;
  width: 120px;
  background-color: var(--accent-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  border-color: transparent;
}
.btn-sm:focus {
  outline: 0;
}
.btn-sm:disabled {
  background-color: #bfbdbe;
}

input.form-control:focus {
  padding: 0px calc(0.75rem - 1px) 0px calc(0.75rem - 1px);
  border: 2px solid #a99e92;
  box-shadow: none;
}
.error input.form-control:focus {
  border-color: #b71c1c;
}

.login-form-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-form-col .login-form-container {
  margin-bottom: 40px;
  max-width: 480px;
  padding: 58px 40px;
  box-shadow: rgba(1,50,64,0.14) 0 2px 10px;
  border-radius: 16px;
}

.login-rights {
  bottom: 0;
  color: #988b7d;
  font: 12px/14px Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  margin-bottom: 44px;
  max-width: 400px;
  position: absolute;
  text-align: center;
}

div.login-rights span {
  color: #988b7d;
  font-size: 12px;
  height: 38px;
  line-height: 12px;
  text-align: center;
  max-width: 400px;
  padding-bottom: 2%;
}

.error-message {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font: 12px/20px Rubik, Serif, Sans-serif, cursive, fantasy, Monospace;
  color: #b71c1c;
}

.error-message.show {
  display: inline-block;
}

.bg-ast-red {
  background-color: var(--accent-color);
}

.visibility{
  margin-left: -34px;
  color: var(--icon-primary);
}

.visibility:hover{
  text-decoration: none;
  color: var(--icon-primary);
}

.flex-row.center{
  display: flex;
  align-items: center;
}