/* ==========================================================
   VERIFICATION PAGE
========================================================== */

.verification-page {
    width: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


/* ==========================================================
   HERO
========================================================== */

.verification-hero {
    position: relative;
    min-height: 650px;

    background-image: url("../img/verification-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.verification-hero-inner {
    position: relative;

    max-width: 1100px;
    /*min-height: 650px;*/

    margin: 0 auto;
    padding: 90px 40px 180px;
}


/* ==========================================================
   HERO CONTENT
========================================================== */

.verification-hero-content {
    width: 560px;
    color: #ffffff;
}


.verification-hero-content h1 {
    margin: 0 0 45px;

    font-size: 58px;
    line-height: 1.1;
    font-weight: 400;
}


.verification-hero-content p {
    margin: 0 0 20px;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}


.verification-hero-content .verification-intro {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 25px;
}


/* ==========================================================
   SONY LOGO
========================================================== */

.verification-logo {
    position: absolute;

    top: 105px;
    right: 40px;

    width: 210px;
}


.verification-logo img {
    display: block;
    width: 100%;
    height: auto;
}


/* ==========================================================
   FORM SECTION
========================================================== */

.verification-form-section {
    position: relative;

    background: transparent;
}


.verification-form-container {
    position: relative;

    z-index: 5;

    max-width: 950px;

    margin: -155px auto 0;

    padding: 35px 35px 55px;

    background: #ffffff;

    border-radius: 22px 22px 0 0;
}


/* ==========================================================
   SECTION TITLE
========================================================== */

.verification-form-container h2 {
    margin: 0;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    color: #111111;
}


.verification-heading-line {
    width: 100%;

    height: 2px;

    margin: 10px 0 25px;

    background: #d99a9a;
}


/* ==========================================================
   GRAVITY FORM
========================================================== */

.verification-gravity-form {
    width: 100%;
}


/* Remove default Gravity Forms spacing */

.verification-gravity-form .gform_wrapper {
    margin: 0;
}


.verification-gravity-form .gform_fields {
    row-gap: 12px;
}


/* ==========================================================
   GRAVITY LABELS
========================================================== */

.verification-gravity-form .gfield_label {
    margin-bottom: 5px;

    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;

    color: #111111;
}


/* Required */

.verification-gravity-form .gfield_required {
    color: #c98c8c;
}


/* ==========================================================
   INPUTS
========================================================== */

.verification-gravity-form input[type="text"],
.verification-gravity-form input[type="email"],
.verification-gravity-form input[type="tel"],
.verification-gravity-form input[type="number"],
.verification-gravity-form input[type="url"],
.verification-gravity-form select,
.verification-gravity-form textarea {
    width: 100% !important;

    height: 36px;

    padding: 7px 10px !important;

    border: 1px solid #d28f8f !important;
    border-radius: 0 !important;

    background: #ffffff !important;

    color: #222222;

    font-size: 13px;

    box-shadow: none !important;
}


/* Textarea */

.verification-gravity-form textarea {
    height: 115px;
    min-height: 115px;
    resize: vertical;
}


/* Focus */

.verification-gravity-form input:focus,
.verification-gravity-form select:focus,
.verification-gravity-form textarea:focus {
    border-color: #a8202b !important;

    outline: none !important;

    box-shadow: none !important;
}


/* ==========================================================
   PLACEHOLDER
========================================================== */

.verification-gravity-form ::placeholder {
    color: #c58d8d;
    opacity: 1;
}


/* ==========================================================
   SUBMIT BUTTON
========================================================== */

.verification-gravity-form .gform_button {
    width: 100%;

    height: 36px;

    padding: 8px 20px;

    border: 0 !important;
    border-radius: 4px;

    background: #9e1723 !important;

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
}


.verification-gravity-form .gform_button:hover {
    background: #7e1019 !important;
}


/* ==========================================================
   GRAVITY FORM ERRORS
========================================================== */

.verification-gravity-form .validation_message {
    font-size: 12px;
    color: #b00020;
}


.verification-gravity-form .gfield_error input,
.verification-gravity-form .gfield_error select,
.verification-gravity-form .gfield_error textarea {
    border-color: #b00020 !important;
}


/* ==========================================================
   BOTTOM
========================================================== */

.verification-bottom {
    min-height: 650px;
    background-image: url(../img/verification-background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin-top: -560px;
}


.verification-bottom-inner {
    max-width: 950px;
    margin: 0 auto;

    padding: 40px 35px;
}


.verification-footer-logo {
    width: 80px;
}


.verification-footer-logo img {
    width: 100%;
    height: auto;
}