:root {
    --DARK_BLUE_LINE: rgba(46, 114, 139, 0.50);
}

#background-image {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
}

#content {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.form {
    background: white;
    min-height: 300px;
    width: 450px;
    border-radius: 25px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    min-width: 200px;
}

.image {
    margin: 25px 0;
    width: 25%;
}

a {
    font-weight: bold;
    font-size: 10px;
    color: var(--DARK_BLUE);
    text-decoration-color: var(--DARK_BLUE_LINE);
    margin: 15px 0;
    display: inline-block;
    text-align: center;
}

