body {
justify-content: center;
letter-spacing: 0.025rem;
}

main {
    max-width: 500px;
    padding: 2.5rem;
    margin: auto;
    border-radius: 0.475rem;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05)
}

.form-label-custom {
    margin-bottom: 0.3rem;
    color: #3F4254;
    font-weight: 500;
}

.form-control-custom {
    padding: 0.825rem 1.5rem;
    font-size: 1rem;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
}

.btn-custom {
    max-height: 40px;
    font-size: 13px;
}

.form-control:focus {
    border-color:#EFF2F5;
    background-color: #EFF2F5;
}

.title-sub {
    color: #B5B5C3;
    font-weight: 500;
    font-size: 1.25rem;
}

.bolder {
    font-weight: 600 !important;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open):not(.sweetalert2-nopadding) {
    padding-left: unset !important;
    height: 100% !important;
}

.swal2-popup .swal2-title {
    font-weight: 600;
    color: #181c32c7;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-content {
    font-size: 1.15rem !important;

}

.separator-text {
    text-align: center;
    color: #A1A5B7;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.25rem;
}