form {
    position: relative;
    padding: 15px;
}

.row-header .header-video-wrapper .header-video-container .form-content .form-wrapper {
    background: none;
}

.row-header .header-video-wrapper {
    max-height: none !important;
    max-width: none !important;
}

.sign-up-form {
    padding: 20px 10px;
    background: #fff;
    border-radius: 3px;
}

.form-title {
    margin-bottom: 20px;
}

.f1t-form-field__label {
    font-size: 12px;
    margin-bottom: 5px;
}

.f1t-form__submit {
    border: 0;
    -webkit-box-shadow: 0 6px 13px 0 rgba(249, 139, 0, .34);
    -moz-box-shadow: 0 6px 13px 0 rgba(249, 139, 0, .34);
    box-shadow: 0 6px 13px 0 rgba(249, 139, 0, .34);
    background-color: #f98b00;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -.35px;
    text-align: center;
    color: #fff;
}


.f1t-form {
    text-align: left;
    margin-bottom: 15px;
}

.f1t-form__submit:hover {
    cursor: pointer;
    background-color: #42c52e;
}

.f1t-form__submit:focus {
    outline: none !important;
}

.f1t-form__row {
    margin-bottom: 15px;
}

.f1t-form-field__label {
    /*color: #ffffff;*/
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

.f1t-form-field__error {
    font-size: 12px;
    margin-top: 5px;
}

.f1t-form-field label {
    display: block;
}

.f1t-form-field input, .f1t-form-field textarea, .f1t-form-field select {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 42px;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    transition: all .3s ease;
    padding: 10px;
    border: solid 1px #f98b00;

}

.f1t-form-field input:focus, .f1t-form-field textarea:focus, .f1t-form-field select:focus,
.f1t-form-field input:hover, .f1t-form-field textarea:hover, .f1t-form-field select:hover {
    border-color: #66afe9;
}

.f1t-form-field--error input, .f1t-form-field--error textarea, .f1t-form-field--error select {
    border-color: red;
}

.f1t-form__footer {
    margin-top: 20px;
}

.f1t-form-field--phone input {
    padding-right: 6px;
    padding-left: 52px;
}

.f1t-form-field__label {
    font-weight: 400;
    display: none;
}

.f1t-form-field--password .f1t-form-field__generate {
    font-size: 13px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 50px;
    background-color: #f98b00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.f1t-form-field--password .f1t-form-field__generate:hover {
    cursor: pointer;
    background-color: #42c52e;
}

.f1t-form-field--password .f1t-form-field__generate:active {
    opacity: 1;
}