body {
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.titles {
    margin-top: -20px;
}

.input-form {
    border-radius: 40px;
    background: none;
    width: 100%;
    height: 45px;
    padding: 10px;
}

.form-check-input {
    background: none;
}

.form-label {
    margin-left: 15px;
}

