﻿
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

#account-login-container {
    background: -webkit-linear-gradient(bottom, var(--vbhc-dark-blue) 50%, #fff 50%);
    background: -o-linear-gradient(bottom, var(--vbhc-dark-blue) 50%, #fff 50%);
    background: -moz-linear-gradient(bottom, var(--vbhc-dark-blue) 50%, #fff 50%);
    background: linear-gradient(to bottom, var(--vbhc-dark-blue) 50%, #fff 50%);
    height: 100%;
    width: 100%;
}

.card-body {
    background-color: white;
    border-radius : .375rem;
}

