﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.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;
}

.bg-ship {
    background-image : url(/images/ship.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
}

.loginButton {
    width: 274px !important;
    height: 48px !important;
    background-color: #00B4B5 !important;
    border: transparent !important;
    border-radius: 8px !important;
    color: #FCFCFC!important;
    letter-spacing:0px
}

.loginButton:active, .loginButton:focus {
    border: transparent !important;
    outline: none;
}

.loginFormLayout {
    width: 272px;
    height: 390px;
    top: 386px;
    left: 934.46px;
    opacity: 1;
}

.loginInput {
    width: 272px;
    height: 48px;
    opacity: 1;
    outline: none;
    border: transparent;
    border-radius: 8px;
    /*padding-top: 19px;*/
    padding-right: 16px;
    /*padding-bottom: 19px;*/
    padding-left: 16px;
    background-color: #F1F3F5;
    font-size:15px;
}

.formLabel {
    font-size: 14px !important;
    color: #343A40 !important;
    font-weight: 400 !important;
    font-family: "Be Vietnam Pro";
}

.welcomeHeader{
    font-size:42px!important;
}
.signInHeader {
    font-size: 22px !important;
}
body{
    font-family:"Be Vietnam Pro"
}

.formStyle{
    height:390px;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}

.formContainer {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.height450px {
    height: 450px !important
}

.eyePassword {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 25px;
    cursor: pointer;
    z-index: 2;
}
.height890px {
    height: 890px !important;
}

.width400px {
    max-width: 400px;
}

.errorMsg {
    max-width: 272px;
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    margin-top: 5px;
}

.width272px {
    max-width: 272px;
}

.fontSizeSM {
    font-size: 12px;
}

.maxWidthFitContent {
    max-width: fit-content!important;
}

.justifySelfCenter{
    justify-self:center!important;
}

.contentCenterSmall {
    justify-content: center;
}

/*@media only screen and (max-height: 951px) {
    .formContainer {
        height: 600px;
        
    }

    .contentCenterSmall {
        justify-content: center
    }
}

@media only screen and (max-height: 750px) {
    .formContainer {
        height: 585px;
    }

    .contentCenterSmall {
        justify-content: normal
    }
}*/

#password-rules {
    list-style: none;
    padding-left: 0;
}

    #password-rules li {
        display: flex;
        align-items: center;
    }

.password-rule-span {
    font-size: 10px;
}

.width16px {
    width: 16px;
}

.redirect-page-div {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.redirect-card {
    text-align: center;
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 400px;
    width: 100%;
}

redirect-title {
    font-size: 1.5rem !important;
    margin-bottom: 10px;
    color: #212529;
}

redirect-message {
    color: #6c757d;
    margin: 0;
}
