/* Extracted from templates/user/forgot_password.html */
#intro {
        background-image: url('{% static 'img/bg-img-1.jpg' %}');
        height: 100vh;
        background-size: cover;
        background-position: center;
      }
      .form-control {
        border-radius: 500px;
        padding: 10px 20px;
      }
      .login-button button {
        width: 100%;
        background: #1f4e3d;
        color: white;
        border-radius: 50px;
        padding: 8px 40px;
        border: none;
      }
