html,
body {
    height: 100%;
}

body {
    
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1a1a1c;
}

.form-signin {
    width: 100%;
    max-width: 615px;
    padding: 15px;
    margin: auto;
    border-style: solid;
    border-width:5px;      
    border-color: #1a1a1c;
}

.form-signin img {
    display: block !important; 
    margin: 0 auto !important;
    text-align: center;
}

.sso-title {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    color: #e2e2e2;
    margin-bottom: 20px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

/*.form-signin input[type="text"] {
    margin-bottom: -1px;    
}

.form-signin input[type="password"] {
    margin-bottom: 10px;    
}*/


.form-signin button {
    background-color: gray;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.div-error {
    color: red;    
    font-family: ProximaNova, Arial, Helvetica Neue, Helvetica, sans-serif !important;
    width: 535px;        /* EXACTLY same as .custom-form */
    margin: 10px auto 0; /* center it + space above */
    text-align: left;   
}
    
.div-success {
    color: white !important;   
    font-family: ProximaNova, Arial, Helvetica Neue, Helvetica, sans-serif !important;
    width: 535px;        /* EXACTLY same as .custom-form */
    margin: 10px auto 0; /* center it + space above */
    text-align: left;   
}

#regsubmit{
    background-color: #00adef;
    color: black;
}

.sso-title {
    color: white !important;    
    font-family: ProximaNova, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.terms-container {
    background-color: #1a1a1c !important;
    color: #ffffff !important;
}
a {
    color: #ffffff !important;
}

.footer-menu {
    background: #1a1a1c;
    padding: 10px 0;
    text-align: center;
    font-family: ProximaNova, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 10px;
    position: relative;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 12px;
    vertical-align: middle;
}
/* 2025-12-05*/

.custom-form .checkbox,
.custom-form .form-check {
    margin-bottom: 0 !important;
}

.custom-form {
    width: 535px;        /* same width as the welcome text */
    margin: 0 auto;      /* center the form */
}

.custom-form .form-control {
    width: 100%;         /* match form width */
    font-size: 14px;
    height: 55px;
}

.form-signin .custom-form .btn {
    width: 100% !important;      /* full width */
    display: block !important;   /* not inline-block */
    height: 55px !important;
    font-size: 20px !important;
    /*margin-top: 10px !important;*/
    box-sizing: border-box;
}

/*.custom-form .form-floating,
.custom-form .checkbox,
.custom-form button {
    margin-bottom: 10px !important;
}*/

/*.custom-form .form-floating {
    margin-bottom: 10px !important;    reduce spacing 
}*/

/*.custom-form button {
    margin-top: 0px !important;       reduce spacing above button 
}*/

/* space BELOW each checkbox */
/*.custom-form .checkbox {
    margin-bottom: 0px !important;     same as form-floating spacing 
}*/

/* extra space before button */
/*.custom-form .checkbox:last-of-type {
    margin-bottom: 6px !important;     same as button top margin 
}*/

.checkbox-title {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    color: #e2e2e2;
/*    margin-top: 0px !important;
    margin-bottom: 0px !important;*/
}

.custom-form .form-floating,
.custom-form .checkbox {
    margin-bottom: var(--form-gap) !important;
}

/* Button spacing EXACTLY same as inputs */
.custom-form button.btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Create gap ABOVE button equal to others */
.custom-form .checkbox:last-of-type {
    margin-bottom: var(--form-gap) !important;
}

:root {
    --form-gap: 10px;
}