#auth h3, div#auth a img {display:none;}
#auth .text-center.mb-5 a {min-width: 300px; min-height: 50px; background-image: url('https://bot-data.s3.ap-southeast-1.wasabisys.com/agency/7351-logo.png'); display: block; background-position: center; background-size: 200px; background-repeat: no-repeat ;}
#auth {background: #191E4F;}
#auth .btn-primary {background-color: #0080FF !important; border-radius: 50px;}
form#register-form input, form#login-form input {border-radius: 10px;}
.bg-whatsapp {background: #191E4F !important;}
:root {
    --bs-blue: #0080FF;
    --bs-green: #17DE66;
    --bs-teal: #17DE66;
    --bs-primary: #0080FF;
    --bs-secondary: #191E4F;
    --bs-success: #17DE66;
    --bs-info: #0080FF;
    --bs-dark: #191E4F;
    --bs-primary-rgb: 0, 128, 255;
    --bs-secondary-rgb: 25, 30, 79;
    --bs-success-rgb: 23, 222, 102;
    --bs-info-rgb: 0, 128, 255;
    --bs-dark-rgb: 25, 30, 79;
    --bs-body-rgb: 33, 33, 33;
    --bs-body-color: #191E4F;
    --body-color: #191E4F;
    --heading-color: #191E4F;
    --primary-color: #191E4F;
}