﻿
.login-prompt {
    color: white;
    text-align: center;
    margin-top: 16px;
}

.login-controls {
    max-width: 250px;
    margin-left: 75px;
}

.login-labels {
    color: white;
    text-align: center;
}

.login-footer {
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 28px;
}

.login-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-button {
    width: 100%;
    color: white;
    background-color: #329dd7;
    font-weight: bold;
    border-color: #329dd7;
}

.login-button:hover {
    width: 100%;
    color: #329dd7;
    background-color: white;
    font-weight: bold;
    border-color: #329dd7;
}

.login-button:focus {
    width: 100%;
    color: #329dd7;
    background-color: white;
    font-weight: bold;
    border-color: #329dd7;
}

.login-card {
    background-color: #0c5e90
}

.login-logo {
    padding-top: 16px
}

.login-button-form-group {
    margin-top: 52px
}

.login-checkbox {
    margin-left: 24px
}

.login-checkbox-formgroup {
    margin-left: 75px !important
}

.login-password-formgroup {
    margin-top: 8px
}

.login-username-formgroup {
    margin-top: 8px
}

/* Add rounded corners to the top left and the top right corner of the image */
.img {
    border-radius: 5px 5px 0 0;
}

