@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    background-color: #f8f8f8f8;
    font-family: 'Roboto', sans-serif;
}

.cas-footer {
    display: none!important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body input[type="submit"] {
    width: initial
}

.message-container {
    padding: 1rem 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

h1 {
    font-size: 1.5em;
    color: #007894;
}

.mdc-button.mdc-button--outlined {
    margin-bottom: 1em;
    font-weight: 700;
    color: #006ef7;
}

.mdc-button.mdc-button--outlined:hover {
    border: 1px solid #006ef7;
}

.mdc-button.mdc-button--outlined.mat-primary {
    background-color: #006ef7;
    color: #fff;
    border: 1px solid #006ef7;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
}

.mdc-button.mdc-button--outlined[disabled] {
    border: 1px solid #c5c5c5;
    cursor: default;
    pointer-events: none;
    color: rgba(0, 0, 0, .38);
    background-color: rgba(0, 0, 0, .12);
    box-shadow: none;
}
.mdc-button.mdc-button--outlined.mat-primary:hover {
    background-color: #0060d6;
}

.message {
    padding: 1rem 2rem;
    font-size: 15px;
    background-color: #E5F0FE;
    color: #050621de;
    border-radius: 8px;
    position: relative;
}

.message .close {
    position: absolute;
    top: 0;
    right: 5px;
}

.message p:last-child {
    margin-bottom: 0;
}

.message.alert {
    background-color: #FFEFEF;
}

#forgot-username-request-sent[open],
#forgot-username-modal-template[open] {
    display: block;
    width: 600px;
}

#forgot-username-request-sent .mdc-text-field.mdc-text-field--outlined,
#forgot-username-modal-template .mdc-text-field.mdc-text-field--outlined {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    margin-bottom: 1em;
}
#forgot-username-request-sent .mdc-text-field.mdc-text-field--outlined :focus,
#forgot-username-modal-template .mdc-text-field.mdc-text-field--outlined :focus {
    border: 1px solid #006ef7;
}

input#email::placeholder {
    opacity: .9;
}
.mdc-dialog {
    border: none;
    border-radius: 4px;
    height: fit-content;
}
.mdc-dialog>h1 {
    pointer-events: auto;
    display: flex!important;
    align-items: center;
    padding: 0!important;
    margin-bottom: 1em!important;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 0 1px;
    --mdc-dialog-subhead-line-height: 32px;
    --mdc-dialog-subhead-size: 20px;
    --mdc-dialog-subhead-weight: 500;
    --mdc-dialog-subhead-tracking: .0125em;
    font-family: var(("OpenSans", sans-serif), Roboto, sans-serif);
    line-height: var(--mdc-dialog-subhead-line-height, 1.5rem);
    font-size: var(--mdc-dialog-subhead-size, 1rem);
    font-weight: var(--mdc-dialog-subhead-weight, 400);
    letter-spacing: var(--mdc-dialog-subhead-tracking, 0.03125em);
    justify-content: center;
    color: #006ef7;
}
dialog::backdrop {
    background: rgba(0, 0, 0, .7);
}

#background-image {
    height: 50%;
    min-height: 255px;
    width: 100vw;
    position: absolute;
    background-image: url('../images/ArrierePlan@3x.png');
    background-repeat: no-repeat;
    background-color: #0064e0;
    background-size: cover;
    z-index: -1;
    top: 0;
}

#banner {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#banner #logo-pegase {
    z-index: 1;
    max-width: 90%;
}
#banner #logo-pegase img {
    position: relative;
    top: 40px;
    height: 83px;
    max-width: 100%;
    min-width: 230px;
}