body {
    font-family: 'Roboto', sans-serif;
}

a:visited {
    color: #1868af;
}

a:link {
    color: #2195f2;
}

.login_button {
    cursor: pointer;
    width: 75%;
    border-radius: 5px;
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #153D93;
    margin-top: 25px;
    margin-bottom: 25px;
}

.account {
    font: 16px Roboto, Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    border-width: 0 0 1px 0;
    padding-top: 5px;
}

.entries {
    font: 16px Roboto, Arial, sans-serif;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    padding-top: 5px;
}

.logo_background {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #153D93;
    box-shadow: -10px 4px 4px rgba(0, 0, 0, 0.2);
    transition: all 1s linear;
}

.html_button {
    cursor: pointer;
    background-color: transparent;
    color: #155ec2;
    border-color: #155ec2;
    border-width: 0 0 1px 0;
}

.error_message {
    color: red;
}