/* =============================================
   Pastel Green Full Theme Patch
   File: auth.css
   Date: 2025-09-20 03:38:58
   Applied by ChatGPT
   - Primary -> #4E6766
   - Hover   -> #344b4b
============================================= */
body {
    height:100vh;
    background-color: #f8f9fa;
    background-image: url(../img/pattern.svg);
}
.swal2-loading {
    margin: 0!important;
    width: auto!important;
}
.grecaptcha-badge { 
    visibility: hidden;
}