.register-section {
    padding: 50px 0;
    background: white;
}
.register-section .container-fluid{
    width:90%;
    max-width:1800px;
}

.register-img {
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/home/register.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 20%);
    border-radius: 30px;
    /* margin-left: -50px; */
    /* border: 1px solid blue; */

}

#City select,#Country select,#State select{
    min-height: calc(1.5em + .5rem + 2px);
    /* padding: .25rem .5rem; */
    /* font-size: .875rem; */
    /* border-radius: .2rem; */
}

.register-form-item {
    margin-bottom: 15px;
}

.form-control {
    border: none;
    background-color: #ebebeb80;
    padding: unset;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 12px;
    font-weight: 450;
    font-size: 14px;
    color: #595959;
}
.form-control:focus {
background-color: #ebebeb80;
color: #595959;
}
.register-form-item label {
    color: #5A5A5A;
    line-height: 1.2px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;

}


@media (max-width: 767px) {
    .register-form-item label {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .form-control {
        font-size: 16px;
        font-weight: 450;
    }

    .register-section {
        padding: 40px 0;
    }
    .register-section .container-fluid{
        width:unset;
           }
}