﻿#body-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.text-dark-gray {
    color: #192037 !important;
}
.bg-dark-gray {
    background: #192037 !important;
}

.text-dark-blue {
    color: #034F83 !important;
}

.bg-dark-blue {
    background: #034F83 !important;
}

.lmpro-btn {
    font-family: 'Poppins',serif;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 20px !important;
    letter-spacing: 0.75px !important;
    border-radius: 40px !important;
    color: #F5F5FA !important;
}

.q-field__control {
    color: #192037 !important;
}

input {
    color: #192037 !important;
}

.logo-background {
    background-blend-mode: overlay;
    mix-blend-mode: multiply;
    background: url('../images/login-background.jfif') no-repeat center center fixed,
    linear-gradient(114.44deg, #183B5C 0%, #2F6FAE 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: -310.11px !important;
}

.q-field--standout.q-field--highlighted .q-field__control {
    background-color: #D9E0E9 !important;
}

.logo-header--dev-header-background {
    background-color: #ffd24d !important;
}

.logo-header--stg-header-background {
    background-color: #f0ad4e !important;
}

.logo-header--prod-header-background {
    background-color: #2B6292 !important;
}

.logo-header--local-header-background {
    background-color: green !important;
}

.form-error {
    background-color: pink;
    border-radius: 14px;
    min-width: 100%;
    height: fit-content;
}

.form-error-wrapper {
    min-height: 70px;
}

.notification-text {
    font-family: Poppins;
    text-align: center
}

.environment-header--dev-header-background {
    background-color: #ffd24d !important;
    border-radius: 40px;
}

.environment-header--stg-header-background {
    background-color: #f0ad4e !important;
    border-radius: 40px;

}

.environment-header--local-header-background {
    background-color: green !important;
    border-radius: 40px;
}