 body {
     font-family: "Mona Sans", sans-serif;

 }

 .login-wrapper {
     min-height: 100vh;
     background: url("../images/bg1.png");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }

 a {
     color: #3892bf;
     text-decoration: none;
 }

 a:hover {
     color: #3892bf;
     text-decoration: underline;
 }

 .text-primary {
     color: rgb(95 96 96) !important;
     font-weight: 600;
 }

 .signin-card {
     max-width: 490px;
     border-radius: 14px;
     border: 1px solid #8d9192;
     background: #FFFFFF;

     box-shadow: 0px 4px 33.8px 0px #0000001A;

 }

 .brand-icon {

     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
 }

 .small {
     font-size: 13px;
 }

 .btn-gradient {
     background: linear-gradient(135deg, #1e2323e3, #1e8a89, #1f8a8a);
     border: none;
 }

 .btn-gradient:hover {
     opacity: 0.95;
 }


 .form-control {
     opacity: 1;
     padding: 12px;
     gap: 8px;
     border-radius: 8px;
     border-width: 1px;

 }

 .form-label {
     font-weight: 500;
     color: #333333;
 }

 .required {
     font-weight: 700;
     color: #dc3545;
 }

 .btn {
     font-size: 15px;
     font-weight: 500;
     padding: 12px 0px;
 }

 .form-control:focus {
     border-color: #0ba9f1 !important;
     outline: 0;
     box-shadow: 0 0 0 .15rem rgb(4 166 237 / 15%);
 }

 input:focus,
 textarea:focus,
 select:focus,
 .select2-selection:focus {
     outline: none;
     border-color: #0ba9f1 !important;
     outline: 0;
     box-shadow: 0 0 0 .15rem rgb(4 166 237 / 15%);
 }

 input:focus-visible,
 textarea:focus-visible,
 select:focus-visible {
     outline: none;
 }

 /* input::placeholder {
     color: #b0b0b0 !important;

 } */


 .password-field {
     position: relative;
 }

 .password-field .form-control {
     padding-right: 42px;
 }

 .toggle-password {
     position: absolute;
     top: 50%;
     right: 12px;
     transform: translateY(-50%);
     cursor: pointer;

     font-size: 16px;
 }

 .toggle-password {
     color: #3595c4;
 }

 .toggle-password:hover {
     color: #3595c4;
 }

 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {

     -webkit-text-fill-color: #000 !important;
     transition: background-color 5000s ease-in-out 0s;
 }

 .brand-icon {
     width: 95px;
 }

 @media (max-width: 1324px) and (min-width: 992px) {
 .signin-card {
     zoom: 70% !important;
 }
}
