.fom-booking {
    padding: 66px 0;
}

.booking-panel {
    max-width: 745px;
    margin: auto;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
    padding: 50px 50px;
    display: block;
    border: 1px solid #f3942f;
}

.booking_title {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.booking-panel img {
    width: 100px;
}

.booking_title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.booking-sapo {
    margin: auto;
    border-radius: 5px;
    border: 1px solid #f3942f;
    padding: 10px;
    max-width: 477px;
}

.booking-sapo h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-button {
    padding-top: 15px;
    text-align: center;
    display: block;
    max-width: 360px;
    margin: auto;
    padding-bottom: 10px;
}

.form-button .btn {
    width: 170px;
    height: 42px;
}

.form-button .btn-cancel {
    margin-right: 7px;
}

.form-button .btn-login {
    border-color: #f3942f;
    margin-left: 7px;
}

.form-button .login-facebook {
    margin-top: 40px;
    display: block;
    text-align: center;
}

.form-button .login-facebook p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #282828;
    margin-bottom: 20px;
}

.form-button .login-facebook .btn {
    width: 100%;
    height: 42px;
}

.button-white {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #f3942f;
    background-color: #fff;
    border-color: #f3942f;
}

.button-green {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #f3942f;
    border-color: #fff;
}

@media screen and (max-width: 480px) {
   .form-button {
        padding-top: 20px;
    }
   .form-button .btn {
        width: 115px;
        height: auto;
    }
}

label.col-sm-4.col-form-label {
    display: flex;
}