html, body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto',-apple-system,BlinkMacSystemFont, "Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  background-color: #F7F7FA;
  overflow: auto;
}

.no-padding {
    padding: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color--primary {
    color:#13A9BA;
}

.bold {
    font-weight: 600;
}

.spinner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-inner {
    width: 70px;
    height: 70px;
    border: 4px solid #ccc;
    border-top-color: #13A9BA;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}

.page-root {
    padding: 12px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content {

}

.card-header-new {
  margin-bottom: 24px;
}

.card-header-img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.app-logo {
  max-height: 90px;
  max-width: 95%;
  object-fit: contain;
}

.form-check {
    display: flex;
    justify-content: flex-end;
}

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

.bgCard {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(160, 160, 160, 0.28);
  border-radius: 8px;
  min-width: 675px;
  max-width: 675px;
  padding: 44px 60px;
}

.bgCard .card-header{
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: none;
  /* margin-bottom: 25px; */
}

.bgCard .card-body {
  padding: 0;
}

.description {
    color: #7D859A;
}

.description--small {
    font-size: 13px;
    margin: 0;
}

.description--big {
    font-size: 15px;
}

.separator {
    margin: 12px 0 16px;
    display: flex;
    align-items: center;
}

.separator__line {
    flex: 1;
    border: none;
    border-top: 1px solid #C1C1C1;
}

.separator__text {
    font-size: 11px;
    margin: 0 10px;
    color: #C1C1C1;
    font-weight: bold;
}

.card-header span {
font-size: 14px;
line-height: 24px;
color: #7D859A;
}

input.form-control {
  background: #F7F7FA;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    height: 56px;
    padding-left: 48px;
    padding-right: 48px;
}

.btn-primary {
  background-color: #13A9BA;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px rgba(162, 162, 162, 0.58);
  border-radius: 30px;
  min-width: 211px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background: #13A9BA;
  border-color: white;
  box-shadow: 0px 1px 13px rgba(19, 169, 186, 0.26);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background: #13A9BA;  
  border: 1px solid #13A9BA;
  box-shadow: 0px 1px 13px rgba(162, 162, 162, 0.58);
}

input.input-validation-error {
  border: 1px solid #FF4848;
  margin-bottom: 3px;
}

.input-icon {
  position: relative;
}
.input-icon  .icon-left {
  position: absolute;
  top: 15px;
  left: 20px;
}

.input-icon  .icon-left ~ .input:focus {
  color: red;
  fill:red;
}


.input-icon  .icon-right {
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
}

a {
  color:#13A9BA;
}

.form-control:focus {
  /* color: #14a9ba; */
  background-color: #fff;
  border-color: #14a9ba;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.notificationEmail {
    top: 15%;
    border: 1px solid #16C79C;
    position: absolute;
    border-radius: 8px;
    background: #ffffff;
    padding: 7px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.btn-link {
  color: #13A9BA;
  font-weight: 600;
}

.btn-link:hover {
  color: #13A9BA;
}

#clearEmail {
    display: none;
}

.form-group {
  margin-bottom: 0;
  margin-top: 2rem;
}

.call-to-action {
    margin-top: 1.5rem;
    text-align: center;
}

/* Customize the label (the container) */
.check-container {
    position: relative;
    font-size: 13px;
    padding-left: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-container button {
    padding: 0;
    font-size: inherit;
    border: 0;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 3px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #13A9BA;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 14px;
  border: solid #13A9BA;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subtitle {}

.subHeader {
  font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
/* or 171% */


/* /Grey */

color: #7D859A;
mix-blend-mode: normal;
}

.padding20 {
  padding-right: 20px;
}

.auth-controls {
    margin-top: 54px;
}

.auth-controls-subtitle {
    margin-top: 8px;
}

/* Register confirmation */

.confirmation-label {
    font-size: 17px;
}

.code-container {
    border-radius: 8px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 10px 0px #00252929;
}

.code-input {
    width: 58px;
    font-size: 17px;
    text-align: center;
    border-width: 0 1px 0 0;
    border-color: #C1C1C1;
    border-style: solid;
    background: transparent;
    outline: none;
}

.code-input:last-of-type {
    border-right: none;
}

/* Register confirmation */

/* LOGIN */
.social-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-buttons__button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-buttons__button img {

}

.social-buttons__button:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-buttons__button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-buttons__button--apple {
    background-color: black;
}

.social-buttons__button--google {
    background-color: white;
    box-shadow: 0px 2px 3px 0px #0000002B;
}

.social-buttons__button--facebook {
    background-color: #1877F2;
}

.auth-options {
    margin-top: 4px;
}

/* LOGIN */

/* CHANGE_PWD */

.change-password-page .description--small {
    margin-top: 20px;
}

/* CHANGE_PWD */

/* REGISTER */

.register-page .pwd-requirements {
    margin: 24px 0;
}

.register-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-section p {
    margin: 0 8px 0 0;
}

/* REGISTER */

.changed-password-page .subheading, 
.reset-pwd-confirm .subheading,
.activated-account-page .subheading,
.change-password-page .subheading {
    margin: 28px 0;
}

@media screen and (max-width: 1080px) {
    .app-logo {
        max-height: 98px;
        width: 90%;
        object-fit: contain;
    }
}

@media screen and (max-width: 680px) {
    .bgCard {
        padding: 30px 16px;
        min-width: 95vw;
    }

    .notificationEmail {
        width: 95%;
    }

    .form-group {
        margin-top: 1rem;
    }

    input.form-control {
        height: 40px;
        padding: 0 44px;
    }

    .input-icon  .icon-left, .input-icon  .icon-right {
        top: 7px;
    }

    .icon-left img, .icon-right img {
        height: 22px;
    }

    .input-icon  .icon-left {
        left: 12px;
    }

    .input-icon  .icon-right {
        right: 12px;
    }
}

@media screen and (max-width: 480px) {
    .login-page .btn-primary,
    .reset-password .btn-primary,
    .activate-account-page .btn-primary,
    .register-page .btn-primary, 
    .registration-confirmation-page .btn-primary {
      width: 100%;
    }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}