body {
    display: flex;
    height: 100vh;
    background: #015C91;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0062E6, #55A7D9);
  }
  .card {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      border-radius: 8px;
  }
  .btn-login {
    display: flex;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }

  .btn-captcha {
      width: 30px;
      height: 60px;
      background-color: #015C91;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      justify-content: flex-end;
  }
  h6 {
   
      font-style: bold;
      color: #6caed7;
      margin-top: 0;
  }    

  .text-center h5{
    font-size: 21px;
    font-weight: bold;
    color: #4D58B3;
    margin: 0px;
  }

  .text-center h5 span{
    color: red;
  }

  .text-center span{
    color: #4D58B3;
  }

  .title{
    font-weight: 500px;
  }

  .btn.btn-primary {
    background-color:#015C91;
    color: #fff;

  }


  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #E7F2F8;
    color: #015C91;
  }
