.container-fluid {
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

.col-xl-5, .col-xl-7 {
    padding: 0;
}

input {
    margin-bottom: 15px;
}

.left {
    padding: 20px;
    overflow-y: scroll;
    height: auto;
    max-height: 100vh;
}
.right {
    background-image: url(03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.right h2 {
    display: block;
    position: relative;
    width: 100%;
    font-size: 65px;
    text-align: center;
    line-height: 100px;
    color: aliceblue;
}

small {
    display: block;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: bolder;
}

button {
    float: right;
    margin: 0 10px 0 0 !important;
}