.content-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 20px;
    background-image: url("{% static 'images/background.jpg' %}");
    background-size: cover;
    background-position: center;
}


.text-box, .form-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}
