:root {
    --mdc-theme-primary:#007AB4;
    --mdc-theme-secondary:#007AB4;
    --mdc-theme-surface: #F0F2FA;
}

body {
    margin: 0 !important;
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.header {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    color: #00B7F1;
}

.title-area {
    height: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
}

.main-content {
    justify-content: center;
}

form {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 24px;
}

.app-logo {
    height: 65px;
    margin-right: 16px;
}

.company-logo {
    height: 100%;
    width: auto;
}

.submit-button {
    align-self: center;
    height: 42px;
    width: 100%;
    text-transform: unset;
}

.footer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
}

.footer-logo-area {
    height: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.mdc-card {
    box-shadow: none;
}