.login-error {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    display: flex;
    text-align: center;
}

.logo {
    position: absolute;
    top: 26px;
    left: 26px;
}

.login-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 2.5em 2.5em 1.5em;
    border: 1px solid var(--light-blue);
    box-shadow: rgba(216, 221, 236, 0.7) 0px 0px 18px 2px;
}

.login-submit {
    background-color: var(--green-primary);
    color: var(--white);
    width: 100%;
    height: 48px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
}
.login-submit:hover {
    cursor: pointer;
}

.login-component {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20%;
    padding-right: 20%;
    height: 100vh;
}

.second-header {
    FONT-SIZE: 24px;
    color: var(--dark-green);
    FONT-STYLE: normal;
    FONT-WEIGHT: 600;
    TEXT-DECORATION: none;
}
