.order-form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #F2F2F2;
}

.order-form .form-control::placeholder {
    color: #707070;
    font-weight: lighter;
}

.reset-password:before {
    content: url("../images/icons/chevron-left-regular.svg");
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    margin-right: 10px;
    transform: rotate(180deg);
}

.box-right {
    padding: 25px 50px 95px 75px;
}

.box-right-margin-top {
    margin-top: -95px;
}


@media screen and (max-width: 575px) {
    .box-right {
        padding: 25px 25px 50px 25px;
    }

    .box-right-margin-top {
        margin-top: -45px;
    }

}