@font-face {
    font-family: 'Georgia-Regular';
    src: url('fonts/Georgia-Regular.ttf') format('ttf'),
    url('fonts/Georgia-Regular.woff') format('woff');
}
@font-face {
    font-family: 'LibreBaskerville-Bold';
    src: url('fonts/LibreBaskerville-Bold.ttf') format('ttf'),
    url('fonts/LibreBaskerville-Bold.woff') format('woff');
}
@font-face {
    font-family: 'LibreBaskerville-Regular';
    src: url('fonts/LibreBaskerville-Regular.ttf') format('ttf'),
    url('fonts/LibreBaskerville-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('fonts/Oswald-Regular.ttf') format('ttf'),
    url('fonts/Oswald-Regular.woff') format('woff');
}

html, body {
    margin:0;
    padding:0;
    background: #fff;
}
.content {
    background: url(/images/couple-bg.jpg) no-repeat bottom right #000;
    background-size: contain;
    font-family: sans-serif;
}

a {
    color: #ffffff;
}

select {
    border: none;
    outline: none;
    margin: 3px auto;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    border-radius: 6px;
    text-overflow: '';
    font-family: LibreBaskerville-Regular, sans-serif;
    font-size: 16px;
    text-align: left;
    color: rgba(28, 28, 28, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/arrows.png) no-repeat 97% white;
    background-size: 8px auto;
}

select::-ms-expand {
    display: none;
}

select#bday, select#bmonth, select#byear {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background-color: #ffffff;
    font-family: LibreBaskerville-Regular, sans-serif;
    font-size: 16px;
    line-height: 46px;
    border: 0!important;
    outline: 0;
    text-indent: 6px;
    padding: 0;
}

select.invalid, input.invalid {
    color: rgba(255, 36, 36, 0.7) ;
    background-color: #ffd3d3;
}
#form-msg ul, .msg ul {
    padding-inline-start: 18px;
    margin-block-start: 0;
    color: #ff2424;
    font-size: 16px;
    line-height: 24px;
    font-family: LibreBaskerville-Regular, sans-serif;
}
div.button {

    padding-top: 35px;
    margin: 0 0 30px 0;
    clear: both;
}
.step.form .button {
    padding-top: 29px;
    margin: 0;
}
button {
    width: 320px;
    height: 53px;
    border-radius: 6px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.28);
    background-color: #31d3cd;
    line-height: 53px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    border: 0;
    cursor: pointer;
    font-family: Oswald-Regular, sans-serif ;
    color: #fefefe;
    padding: 0;
    outline: 0;

}

button:hover, a.buttonized:hover {
    opacity: 0.6;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #000;
    min-height: 100%;
}

.header {
    width: 100%;
    height: 57px;
    background-color: #fff;
}
.header .logo {
    width: 260px;
    height: 57px;
    background: transparent url(/images/logo.png) no-repeat;
    background-position: left 10px;
    text-indent: -99999px;
    background-size: contain;
    margin: 0 0 0 124px;
}
/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
    .header .logo {
        background: transparent url(/images/logo@2x.png) no-repeat;
        background-position: left 10px;
        background-size: contain;
    }
    .content {
        background: url(/images/couple-bg.jpg) no-repeat top right  #000;
        background-size: cover;
    }
    select {
        background: url(/images/arrows@2x.png) no-repeat 95% white;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(/images/checkmark@2x.png) center center no-repeat #31d3cd !important;
        background-size: 10px auto!important;
    }

}

/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx)  {
    .header .logo {
        background: transparent url(/images/logo@3x.png) no-repeat;
        background-position: left 10px;
        background-size: contain;
    }
    .content {
        background: url(/images/couple-bg.jpg) no-repeat top right  #000;
        background-size: cover;
        height: 100%;
    }
    select {
        background: url(/images/arrows@3x.png) no-repeat 95% white;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(/images/checkmark@3x.png) center center no-repeat #31d3cd !important;
        background-size: 10px auto !important;
    }

}

.content {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    min-height: 600px ;
}

.clear {
    clear: both;
}

.footer .footer-content {
    background: #fff;
}
.footer .bottom {
    color: #ffffff;
    text-align: center;
    bottom: 0;
    padding: 15px 26px;
    background-color: black;
}
.footer .footer-link{
    display: inline-block;
}
.footer a, .footer .no-background-check {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-family: Oswald-Regular, sans-serif;
    color: #fff;
}
.footer .no-background-check {
    text-transform: unset;
    margin-bottom: 15px;
}
.footer a:hover, .footer a:active {
    text-decoration: underline;
}

.footer .brs-icon .icon {
    background: url(/images/icon-logo.svg) no-repeat center;
    height: 112px;
}
.footer .columns-div {
    border: 4px solid #31d3cd;
    border-radius: 14px;
    width: 80%;
    margin: 93px auto 46px;
    position: relative;
}
.footer .columns-div .columns-wrapper {
    margin: 50px auto 20px;
    text-align: center;
}
.footer .column {
    width: 45%;
    margin: 10px 1%;
    display: inline-block;
    vertical-align: top;
    font-family: LibreBaskerville-Bold, sans-serif;
    font-size: 1rem;
    line-height: 26px;
    text-align: left;
}
.footer .full {
    text-align: center;
    padding: 45px 73px;
}
.footer .full.brs-icon {
    padding: unset;
    position: absolute;
    width: 100%;
    height: 112px;
    top: -56px;
}
.footer .full.no-padding-bottom {
    padding-bottom: 0;
}
.footer .full.blue {
    background: rgba(49, 211, 205, 0.08);
}
.footer .full .title, .footer .full.title {
    font-size: 2.125rem;
    line-height: 1.875rem;
    font-family: Oswald-Regular, sans-serif;
}
.footer .full .body {
    font-size: 1rem;
    line-height: 26px;
    font-family: LibreBaskerville-Regular, sans-serif;
}
.footer .full.blue .title {
    font-size: 1.25rem;
    font-family: LibreBaskerville-Bold, sans-serif;
}
.footer .full.blue .title.big {
    font-size: 2.125rem;
    line-height: 30px;
    font-family: Oswald-Regular, sans-serif;
    margin-bottom: 45px;
}
.footer .full.blue .icon img {
    width: auto;
    height: 82px;
}

.form {
    padding: 112px 0 0 72px;
}

.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
    text-align: left;
    display: inline-block;
    width: 103px;
}

.form a {
    color: #fff;
}

.form a:hover {
    color: #31d3cd;
}


.form input[type='checkbox'] {
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #31d3cd;
    outline: 0;

}

.form input[type='checkbox']:checked {
    background: url(/images/checkmark.png) center center no-repeat #31d3cd;
    background-size: 10px auto;
    vertical-align: middle;
}

.form-top {
    width: 398px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
    font-family: Oswald-Regular, sans-serif;
    font-weight: 400;
    font-size: 46px;
    text-align: left;
    color: #ffffff;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}
.step.form  .form-top {
    width: 344px;
}
.form-top .top-title {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
}
.form-top .sub {

    font-family: LibreBaskerville-Regular, serif;
    font-weight: 400;
    padding: 40px 0 12px;
    font-size: 20px;
    line-height: 30px;

}
.form-top .sub:first-letter {
    text-transform: uppercase;
}

.offer.form .form-top {
    display: none;
}
.form-body .logo {
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    width: 313px;
}

.offer.form .logo {
    background:#fff;
    border-radius:5px;
    text-align:center;
    padding:10px 0;
    margin: 8px 0 16px;
    width: 313px;
}

.offer.form .logo img {
    max-height: 70px
}

.offer.form .field-left {
    display: inline-block;
    margin-left: 0;
    width: 48%;
}
.offer.form .field-right {
    display: inline-block;
    margin-right: 0;
    width: 48%;
    float: right;
}

.login.form .form-top {
    background: none;
    padding: 10px 10px 80px 10px;
}
#mate1.login.form  .form-top {
    padding: 0 0 10px;
}
.form-bottom {
    display: none;
}

body.index .form-bottom {
    display: block;
    font-size: 18px;
    font-family: Georgia-Regular, serif;
    text-align: center;
}
.form-body {
    padding-top: 24px; /* updated it for step1*/
    width: 320px;
}
.form-body .question {
    font-family: LibreBaskerville-Regular, sans-serif;
    font-size: 16px;
    color: #fff;
}

.form-body .question .sub {
    font-size: 18px;
    font-weight: normal;
    color: #555;
    padding: 15px 15% 0;
}

#pin-verify .question {
    font-size: 13px;
    font-weight: bold;
}

.offer.form {
    width: 325px;
    padding: 0 0 0  72px;
    margin-top: 0;

}
.offer.form .form-body{
    padding-top: 18px;
}
.form-body .results {
    color: #fff;
    width: 322px;
}
.offer.form .button {
    padding-top: 29px;
    margin-bottom: 30px;
}

.form-body .results .info {
    font-family:  Oswald-Regular, sans-serif;
    font-size: 46px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: uppercase;
}
.login.form .form-body .results .info {
    font-size: 20px;
    font-family: LibreBaskerville-Regular, sans-serif;
    text-transform: lowercase;
}
.form-body .results .message {
    font-family: LibreBaskerville-Regular, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 10px;
}

.form-body .label {
    margin: 10px auto 5px;
    font-size: 16px;
    font-family: LibreBaskerville-Regular, sans-serif;
    color: #fff;
}

#elitesingles .profile .label .password-requirements {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.form-body .label#zip-msg {
    margin-bottom: 8px;
}
.field {
    width: 100%;
    height: 49px;
    border: none;
    border-radius: 6px;
    padding-top: 6px;
    position: relative;
}

.hint-box {
    display: none;
    position: absolute;
    bottom: 85px;
    right: 50%;
    margin-right: -160px;
    width: 312px;
    padding: 4px;
    background: rgba(0, 0, 0, 0.90);
    color: #fff;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.hint-box ul, .hint-box li {
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-body .terms
{
    margin-top: 10px!important;
    max-width: 100%!important;
}
.form-body .terms,
.form-body .disclaimer {
    font-family: Oswald-Regular, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-left: 0!important;

}

.form-fields{
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.msg {
    font-family: LibreBaskerville-Regular, sans-serif;
    color: #ff2424;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin-top: 5px;
}
.offer .msg {
    height: 40px;
}
.navigation-text {
    height: 20px;
    margin-top: 5px;
    margin-bottom: -20px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

.private-safe {
    display: none;
}

.g-recaptcha div {
    margin:0 !important;
}

.model-tablet, .model-mobile {
    display: none;
    text-align: center;
}

@media (max-width: 1024px) {
    html, body {
        height: 100%;
    }
    .offer.form {
        padding: 0;
    }
    .form .profile {
        width: auto;
    }
    .content {
        background: none;
        min-height: auto;
        width: 86%;
        height: 85vh;
        margin: 0 auto;
    }
    .container {
        background: url(/images/couple-bg-blurred.jpg) no-repeat center top #000;
        background-size: cover;
        border: none;
    }

    .header {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        height: 64px;
    }

    .header .logo {
        position: absolute;
        top: 12px;
        left: 0;
        width: 292px;
        max-width: 95%;
        height: 41px;
        background-position: 0 0;
        text-indent: -99999px;
        /* margin: 0 0 0 88px;*/
        margin: 0 0 0 9%;
    }

    .footer {
        background: #fff;
        padding-top: 1px;
    }
    .footer .full .title, .footer .full.title, .footer .full.blue .title.big {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .footer .column {
        width: 90%;
        text-align: center;
    }

    @media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx){
        .container {
            background: url(/images/couple-bg-blurred@2x.jpg) no-repeat center top #000;
            background-size: contain;
        }
    }

    /* @3x Images (Pixel Ratio of 2.25+) */
    @media only screen and (-o-min-device-pixel-ratio: 9/4),
    only screen and (-webkit-min-device-pixel-ratio: 2.25),
    only screen and (min-device-pixel-ratio: 2.25),
    only screen and (min-resolution: 2.25dppx) {
        .container {
            background: url(/images/couple-bg-blurred@3x.jpg) no-repeat center top #000;
            background-size: contain;
        }
    }
    select {
        background-position: 98%;
    }

    .form {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 59px 0 0 0;
    }
    .form-top, .step.form .form-top {
        width: 100%;
        font-size: 60px;
    }

    .form-top .top-title {
        width: 100%;
        font-size: 47px;
    }
    .form-top .sub {
        font-size: 28px;
        line-height: 1.6;
        /* padding-top: 28px;*/
    }
    .form-body {
        width: 100%;
        /*padding-top: 15px;*/
    }
    .form-body .label , select ,.field,
    .form-body .question {
        font-size: 24px;
        width: 100%;
    }
    .form-body .question {
        margin-bottom: 10px;
    }
    #pin-verify .question {
        font-size: 21px;
        font-weight: normal;
    }
    .field {
        padding-bottom: 13px;
    }
    .form-body .label {
        padding-bottom: 4px;
    }
    .hint-box {
        bottom: 116px;
        right: unset;
        margin-right: unset;
        width: 99%;
        padding: 8px 1px;
    }
    .hint-box ul, .hint-box li {
        line-height: 22px;
        font-size: 14px;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        width: 99%;
    }
    select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
        height: 57px;
        font-size: 24px;
        line-height: 57px;
    }
    .step.form button, .offer.form button, .login.form button {
        width: 100%;
        max-width: 100%;
    }
    .offer.form {
        width: 100%;
        margin-bottom: 40px;
    }
    .offer.form .form-body {
        padding-top: 61px;
    }
    .form-body .results {
        width: 100%;
        max-width: 100%;
    }
    .form-body .results .info {
        font-size: 32px;
        text-transform: uppercase;
        margin: 0 ;
    }

    body.index .form-bottom {
        font-size: 22px;
    }
    div.button {
        padding-top: 25px;
        margin-bottom: 30px!important;
    }
    button {
        min-width: 70%;
        max-width  :70%;
        font-size: 30px;
        height: 59px;
        line-height: 59px;
        margin: 0;
    }
    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        text-align: left;
        float: left;
        width: 32%;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    select#bday, select#bmonth, select#byear {
        width: 100%;
        background-position: 95%;
        padding-left: 4%;
    }
    .form-body .results .message {
        padding-top: 35px;
        font-size : 24px;
    }
    .offer.form .logo {
        margin: 11px auto 21px;
        width: 100%;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 18px;
        line-height: 20px;
        max-width: 100%!important;
    }
    .login.form .form-body .results .info {
        font-size: 24px;
        font-family: LibreBaskerville-Regular, sans-serif;
        text-transform: lowercase;
    }
    .login.form .form-body .results .info:first-letter{
        text-transform: uppercase;
    }
    .login.form .form-body .logo {
        margin: 34px auto;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }
    .model-tablet {
        display: block;
        margin: 10px auto -80px;
    }

    @media (orientation: landscape) {
        .content {
            min-height: 600px;
            height: 85vh;
        }
        .offer .content {
            min-height: 800px;
        }
    }

}
@media (max-width: 736px) {
    .content {
        width: 86%;
    }
    .form-top .top-title, .form-top, .step.form .form-top , .form-body .results .info{
        font-size: 39px;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 9px;
        line-height: 20px;
    }

}
@media (max-width: 650px) {
    .form-top .top-title {
        font-size: 30px;
    }
    .form-top .sub {
        font-size: 20px;
        line-height: 30px;
        width: 71%;
    }
    .form-top, .step.form .form-top {
        width: 100%;
        font-size: 30px;
    }
    .form-body .label ,  .form-body .question {
        font-size: 18px;
    }
    #pin-verify .question {
        font-size: 16px;
    }
    select, input[type="text"], input[type="email"], input[type="password"],
    .field, input[type="email"] {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }

    select {
        background-position: 98%;
    }
    button {
        font-size: 24px;
        height: 51px;
        line-height: 51px
    }
    .form-body .results .info {
        font-size: 30px;
    }
    .form-body .results .message {
        font-size: 18px;
        width: 100%;
    }
    .login.form .form-body .results .info {
        font-size: 20px;
    }

    .form-body .terms, .form-body .disclaimer {
        font-size: 11px;
        line-height: 17px;
    }
    .form-body .disclaimer {
        padding-top: 5px;
    }

}


@media (max-width: 480px) {
    .header .logo {
        min-width: 187px;
        height: 26px;
        background-position: 0;
        margin: 0 0 0  5%;
        top: 11px ;
    }
    .header {
        height: 47px;
    }
    .content {
        padding-top: 0;
        width: 85%;
        margin: 0 auto;
    }

    body {
        background: none;
    }

    .container {
        background: url(/images/mobile-bg-blurred.jpg) no-repeat center top #000;
        background-size: cover;
    }

    @media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx){
        .container {
            background: url(/images/mobile-bg-blurred@2x.jpg) no-repeat center top #000;
            background-size: cover;
        }
    }

    /* @3x Images (Pixel Ratio of 2.25+) */
    @media only screen and (-o-min-device-pixel-ratio: 9/4),
    only screen and (-webkit-min-device-pixel-ratio: 2.25),
    only screen and (min-device-pixel-ratio: 2.25),
    only screen and (min-resolution: 2.25dppx) {
        .container {
            background: url(/images/mobile-bg-blurred@3x.jpg) no-repeat center top #000;
            background-size: cover;
        }
    }

    .form {
        width: 100%;
        padding: 40px 0 0 0;
        max-width: 100%;
    }

    .offer.form {
        padding: 0;
        margin: 0 auto;
        width: 100%;

    }

    .form-top {
        font-size: 30px;
        width: 100%;
        padding-bottom: 0;
    }
    .form-top .top-title {
        font-size: 30px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.39);
        width: 100%;

    }
    /*.step.form .form-top {
        width: 73%;
    }*/
    .form-top .sub {
        font-size: 20px;
        width: 100%;
        padding-bottom: 0;

    }
    .offer.form .form-body {
        padding-top: 43px;
        padding-bottom: 40px;
    }
    .form-body .question {
        margin-top: 10px;
    }
    #pin-verify .question {
        font-size: 13px;
    }
    div.button {
        width: 100%;
        padding-top: 0;
    }
    .step.form .button {
        padding-top: 17px;
    }
    select {
        background-position: 97%;
    }
    button {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    .content {
        padding: 0 0 96px;
    }
    .footer {
        height: 110px;
        padding-top: 5px;
        background: #fff;
    }
    .footer-link.separator {
        display: none;
    }
    .footer .full {
        padding: 45px 15px;
    }
    .footer .full.blue {
        padding-bottom: 0;
    }
    .footer .full.blue.last {
        padding-bottom: 45px;
    }
    .footer .full .title, .footer .full.title, .footer .full.blue .title.big {
        font-size: 1.625rem;
        padding-bottom: 0;
    }

    .form-body {
        width: 100%;
        padding-top: 7px;
    }
    .form-body .label {
        margin: 10px auto 3px;
    }
    .form-body .label#email-msg {
        margin-bottom: 7px;
    }
    .form-body .results {
        width: 100%;
    }
    .form-body .results .info {
        max-width: 100%;
    }
    .form-body .logo{
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .offer.form .form-body .logo img{
        max-width: 100%;
        height: auto;
    }
    #mate1.login.form .form-top {
        width: 100%;
    }
    #mate1 .form-body .results {
        padding-top: 0;
        margin-top: -6px;
    }
    .field {
        width: 100%;
    }
    select {
        width: 100%;
        max-width: 100%;
    }
    input[type="text"],input[type="email"], input[type="password"] {
        width: 97.5%;
        max-width: 97.5%;
        line-height: 45px;
        height: 45px;
        padding: 0 0  0 2.5%;
    }

    select#bday, select#bmonth, select#byear {
        width: 100%;
        padding-left: 9%;
    }

    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        width: 32%;
        float: left;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    body.index button {
        margin: 21px auto 0;
    }

    body.index .form-bottom {
        font-size: 18px;
    }

    #mate1.login.form .form-top {
        padding-top: 10px;
    }

    .model-tablet {
        display: none;
    }

    .model-mobile {
        display: block;
        margin: 10px auto -80px;
    }

    .offer.form .field-left, .offer.form .field-right {
        width: 100%;
    }
    .form-body .results .info {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    #pin-verify .question {
        font-size: 10px;
    }
    .hint-box ul, .hint-box li {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    #pin-verify .question {
        font-size: 12px;
    }
    .content {
        padding: 0 0 256px;
    }
    .form-body .results .info {
        font-size: 20px;
    }
}