﻿.form-body {
    padding: 25px;
    background-color: white !important;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(19 131 191 / 0.05);
    -o-box-shadow: 0 0 20px rgb(19 131 191 / 0.05);
    -webkit-box-shadow: 0 0 20px rgb(19 131 191 / 0.05);
    -moz-box-shadow: 0 0 20px rgb(19 131 191 / 0.05);
    width: 100%;
}

.logo-form {
    width: 280px !important;
    padding: 0 25px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.login-content .flex-column-fluid {
    flex: 0 auto !important;
}

.text-primary, a {
    color: #1383bf !important;
}

.form-body .btn {
    margin: 0 !important;
}

.mx-auto {
    margin: 0 !important;
}

.text-primary, a {
    color: #1383bf !important;
}

#chkTerms-error {
    position: absolute;
    top: 20px;
}

label.checkbox:has(#chkTerms-error) {
    margin-bottom: 20px;
}


@media only screen and (min-width: 576px) {
    .form-body {
        width: 420px;
    }
}