.container-form {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    background-image: url(../img/bg-form.webp);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: -webkit-center;
    min-height: 30vh;
}
.container-form .container-konten {
    display: block;
}
.container-form .title-form {
    font-size: 20px;
    color: white;
    font-weight: 600;
    padding: 10px;
}
.container-form .subtitle-form {
    font-size: 16px;
    color: white;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.container-form .btn-form {
    width:  fit-content;
    border-radius: 5px;
    border: none;
    background: linear-gradient(90deg, rgba(73, 127, 186, 1) 0%, rgba(86, 153, 211, 1) 67%, rgba(69, 173, 237, 1) 100%);
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 30px;
}

@media (min-width: 992px) {
    .container-form .container-konten {
        max-width: 1200px;
    }
    .container-form .container-title {
        flex: 1 0 50%;
    }
    .container-form .title-form {
        font-size: 26px;
    }
    .container-form .subtitle-form {
        /* padding-right: 13px; */
        font-size: 18px;
        margin-bottom: 20px;
    }
}