body {
            background: #009639 !important;
            min-height: 100vh;
        }

        .card {
            background: #ffffff; /* Semi-transparent */
            backdrop-filter: blur(10px);
        }

        input.form-control {
            width: 100%;
            padding: 12px 18px;
            font-size: 16px;
            font-family: inherit;
            box-shadow: 0 0 0 1px #b9dfbc;
            border: none;
            border-radius: 8px;
            background-color: #f5fff5;
            transition: all 0.3s;
        }
    
        input.form-control::placeholder {
            color: #85a889;
            font-size: 14px;
        }
    
        input.form-control:focus {
            outline: none;
            box-shadow: 0 0 10px 1px #60c16f;
            border: none;
            transition: all 0.3s;
        }
    
        .input-group .form-control:focus {
            box-shadow: 0 0 10px 1px #60c16f;
        }
        
        input[type="email"], input[type="password"] {
            font-family: 'Font Squirrel Matcherator', sans-serif;
        }
        @media (min-width: 768px) {
            .gradient-form {
                height: 100vh !important;
            }
        }

        @media (min-width: 769px) {
            .gradient-custom-2 {
                border-top-right-radius: .3rem;
                border-bottom-right-radius: .3rem;
            }
        }