 body {
   font-family: 'Roboto', sans-serif !important;
   background-color: #f7f7f7;
   height: 0;
   background: #2c3e50 !important
 }
 .login-container {
   max-width: 350px;
   margin: auto;
 }
 .card {
   border: none;
   border-radius: 10px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   margin-top: 10vh;
 }
 .form-control:focus {
   box-shadow: none;
   border-color: #3498db;
 }
 .btn-primary {
   background-color: #3498db;
   border: none;
   transition: background-color 0.3s;
 }
 .btn-primary:hover {
   background-color: #2980b9;
 }
 .recaptcha-container {
   text-align: center; /* Or use display: flex; justify-content: center; */
 }
 /* Style the digit input boxes */
 .digit {
   width: 50px;
   height: 50px;
   font-size: 2rem;
   text-align: center;
 }
$link-decoration: none;
$link-hover-decoration: underline;