* {
    font-family: 'Roboto Condensed', sans-serif;
}

body.fp-body {
    background: #fff;
    vertical-align:top;
    cursor:default;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.fp-body .split {
    display: flex;
    height: 100vh;
}
@media (max-width: 767px) {
    .fp-body .split {
        display: block;
        text-align: center;
    }
}

.fp-body .side {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .fp-body .side {
        width: 100%;
        display: block;
    }
}
.fp-body .side.left {
    background: url(/templates/back/images/ocean.jpg);
    background-color:#333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media (max-width: 767px) {
    .fp-body .side.left {
        height: 100px;
    }
}

.text-links {
    padding-top: 15px;
}
.text-links p {
    margin: 0 0 10px 0;
}

input {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 15px;
    width: 100%;
}

select {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

@media (max-width: 767px) {
    table {
        margin: 0 30px;
    }
}

td {
    color: #333;
    font-size: 14px;
}

a.fp-box, a.fp-box:link, a.fp-box:visited {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
a.fp-box:hover {
    color: #333;
    text-decoration: underline;
}

#fp-body {
    background-repeat:no-repeat;
    position: relative;
    width:512px;
    height:252px;
    margin:auto;
}

#fp-body_elements {
    margin:auto;
    padding-top:125px;
    color:#FFFFFF;
}

td.form-caption-fp {
    padding:2px;
    padding-right:4px;
    padding-top:6px;
    vertical-align:top;
    text-align:right;
    font-weight:bold;
    color:#FFFFFF;
}

td.form-element-fp {
    padding:2px;
    margin-left:0px;
    text-align:left;
}

input.fp-text-off {
    background-color:#FFFFFF;
    border:1px solid #000000;
    padding: 0 10px;
    vertical-align: top;
    height: 49px;
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input.fp-text-on {
    background-color:#FFFFFF;
    border:1px solid #000000;
    padding: 0 10px;
    vertical-align: top;
    height: 49px;
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.fp-password-off {
    padding:1px 2px 1px 2px;
    vertical-align:middle;
    background-color:#FFFFFF;
    border:1px solid #000000;
}
input.fp-password-on {
    padding:1px 2px 1px 2px;
    vertical-align:middle;
    background-color:#FFFFFF;
    border:1px solid #000000;
}

input.fp-submit-off, input.fp-button-off {
    background: #333;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    cursor:pointer;
    width:100px;
    border: 0;
    padding: 15px;
    transition: all .2s ease-in-out;
}

input.fp-submit-over, input.fp-button-over {
    background: #000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    cursor:pointer;
    width:100px;
    border: 0;
    padding: 15px;
}

input.fp-submit-on, input.fp-button-on {
    background: #000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    cursor:pointer;
    width:100px;
    border: 0;
    padding: 15px;
}