.img_side {
    background-image: url(../img/design.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.form_section {
    height: 100vh;
    text-align: center;
    margin: auto;
}
.form_section>.row{
    margin: auto;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.form_section .col-xs-12{
    width: 80%;
}
.form_section form:nth-child(2){
    margin-top: 10px;
}
.form_section form:nth-child(1) {
    padding: 20px;
    text-align: left;
    border-radius: 33px;
    filter: drop-shadow(9.011px 6.309px 13.5px rgba(0, 0, 0, 0.2));
    background-color: #dee5f2;
    /* height: 100%; */
    /* width: 990px; */
    /* height: 800px; */
}
.form_section form .row{
    justify-content: center;
}
.form_section form input[type="submit"] {
    /* width: 226px;
    height: 48px; */
    padding: 10px 40px;
    border-radius: 20px;
    width: auto !important;
    background-image: linear-gradient(180deg, #9dbaee 0%, #2a64cd 100%);
    border: 2px solid #011d45;
    margin: 10px 0px;
}

.form_section form input, .form_section form select{
    border: 1px solid black;
    padding: 3px 3px;
    /* width: 80%; */
    height: auto !important;
    background-image: linear-gradient(90deg, #ffffff 0%, #ffe797 100%);
}