html
{
    height: 100%;
    margin: 0;
}

body
{
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    background-image: url("/resources/images/Account-Login-BG.jpg");
}

.image-container
{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

.form-overlay
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 543px;
}

.form-control
{
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
}

.image-container img.bg-image
{
    max-width: 100%;
    height: auto;
    display: block;
}

.form-overlay img.top-image
{
    margin-top: 0;
    width: 150px;
    height: auto;
}

.shield
{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border: 4px solid #99cc33;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}

.navbar
{
    width: 100%;
}

footer
{
    margin-top: auto;
}

.login-title
{
    color: #661ed9;
}

.login-button
{
    background-color: #99cc33 !important;
    border-color: #99cc33 !important;
}

.signup-button
{
    background-color: #661ed9 !important;
    border-color: #661ed9 !important;
}
