.ai-lover-form {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #aaaaaa;
}

.ai-lover-form .form-label {
    font-weight: bold;
    color: #fff;
}

.ai-lover-form button {
    background-color: #f78ca0;
    border: none;
}

.ai-lover-form button:hover {
    background-color: #f56b90;
}
