﻿input {
    font-size: 18px;
}

div.welcome {
    max-width: 65ch;
}


div.signin > div {
    display: flex;
    margin-bottom: 15px;
}

    div.signin input {
        flex-grow: 1;
    }

div.username, div.password {
    border: 1px solid;
    padding: 6px 12px;
    background-color: white;
    border-radius: 4px;
}
div.remember {
    justify-content: flex-end;
}

div.remember input {
    flex-grow: 0;
}


div.username input,
div.username input:focus,
div.password input,
div.password input:focus {
    border: none;
    outline: none;
    padding-inline: 1rem;
}

div.options li {
    margin-bottom: 1rem;
    list-style: none;
}