body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/assets/theme/img/login-3-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-family: "Roboto", sans-serif;
  }
  
  .form-2-wrapper {
    background: #4c5c1c69;
    padding: 25px;
    border-radius: 8px;
    border: 10px solid #006e39;
  }
  input.form-control {
    padding: 11px;
    border: none;
    border: 2px solid #fdfdfdf5;
    border-radius: 30px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
  }
  input.form-control:focus {
    box-shadow: none !important;
    outline: 0px !important;
    background-color: transparent;
    border: 2px solid #fdfdfdf5;
  }
  button.login-btn {
    background: #006e39;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 30px;
  }
  .register-test a {
    color: #000;
  }
  .social-login button {
    border-radius: 30px;
  }
  


  
  .bg-red {
    background-color: red;
    color: white;
  }
  
  .bdr {
    border-radius: 6px !important;
    
  }