.ips__rental_page {
    display: inline;
    width: 50%;
}

.ips__rental_page h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.ips__rental_page .ips__form_label {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ips__rental_page .ips__form_label .ips__required {
    color: red;
}

.ips__rental_page .btn_submit {
    padding: 10px;
    background-color: rgb(0, 153, 255);
    color: white;
}