﻿body {
    margin: 0px;
    font-family: Lato,sans-serif;
}
.alert {
    padding: 20px;
    background-color: #BF5454; /* Red */
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.logo {
    text-indent:-9999px;
    width:300px;
    height:60px;
    background:url(../img/vxa-logo.svg);
    padding: 0;
    margin-top: 15px;
    margin-left: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.header {
    display:flex;
    justify-content: center;
}

#loginform {
    margin-top: 0px !important;
}

.login-page {
    padding-top: 10vh;
}

.btn-success {
    background-color: #00a65c;
    border-color: #00a65c;
}

.btn-danger {
    background-color: #BF5454;
    border-color: #BF5454;
}

.logged-out {
    padding-top: 10vh;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.signout {
    border: 0;
}