.form-container {
    background-image: url("../img/Rectangle 238.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 14px;
    padding-bottom: 100px;
}
.breadcrumb {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 1px;
    margin-bottom: 34px;
}
.form-register {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
    padding: 1px 26px;
}
.form-title {
    margin-top: 23px;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.row-input {
    margin-top: 13px;
}
.form-register-input {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
    width: 100%;
    padding: 10px;
    border: none;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 15px 12px;
    background-size: 15px 15px;
}
textarea.form-register-input {
    text-indent: unset;
}
.form-register-input[name='name'] {
    background-image: url("../img/form-register/Vector.svg");
}
.form-register-input[name='phone'] {
    background-image: url("../img/form-register/Vector (1).svg");
}
.form-register-input[name='location'] {
    background-image: url("../img/form-register/Group.svg");
}
.form-register-input[name='email'] {
    background-image: url("../img/form-register/Vector (2).svg");
}
.form-register-input[name='from_date'] {
    background-image: url("../img/form-register/Frame.svg");
}
.form-register-input[name='to_date'] {
    background-image: url("../img/form-register/Frame.svg");
}
.form-register-input[name='golf_number'] {
    background-image: url("../img/form-register/Vector (3).svg");
}
.form-register-input[name='non_golf_number'] {
    background-image: url("../img/form-register/Vector (3).svg");
}
.form-register-input[name='golf_course'] {
    background-image: url("../img/form-register/Vector (4).svg");
}
.form-register-input[name='golf_round_number'] {
    background-image: url("../img/form-register/Vector (4).svg");
}
.form-register-input[name='coupon'] {
    background-image: url("../img/form-register/coupon.svg");
}
.form-register-input[name='players'] {
    background-image: url("../img/form-register/Vector (3).svg");
}
.form-register-input[name='date'] {
    background-image: url("../img/form-register/Frame.svg");
}
.form-register-input[name='time'] {
    background-image: url("../img/form-register/time.svg");
}

.box-submit {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
}
.box-submit-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-bottom: 7px;
}
.box-submit-item>img {
    margin-right: 9px;
}
.box-submit-item {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 12px 0;
}
.box-submit-button {
    margin-top: 9px;
    margin-bottom: 13px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    border-radius: 10px;
    background: #009051;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.50);
    padding: 10px;
    border: none;
}
.text-bottom {
    text-align: center;
}
.text-bottom>span {
    color: #545454;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    display: block;
}
.text-bottom>strong {
    color: #009051;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    display: block;
}
.box-submit-privacy>a {
    color: #009051;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
}
.box-submit-privacy {
    margin-top: 12px;
    color: #FFF;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

@media (max-width: 991px) {
    .row-input>div:last-of-type {
        margin-bottom: 0;
    }
    .row-input>div {
        margin-bottom: 13px;
    }
    .box-submit {
        margin-top: 20px;
    }
}
