body {
    color: #383838;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background: #ccc center center;

    font-family: 'Roboto Condensed', Arial;
}
html, body, .wrapper {
    height: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQIW2NkYGA4w8DAYMLIAAUADV0BA91ra/8AAAAASUVORK5CYII=);
    background-color: rgba(0, 0, 0, 0.12);
}
.content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.left-half, .right-half {
    width: 50%;
    height: 250px;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left-half {
    background-color: #fff;
    padding-right: 80px;
    width: 44%;
    color: #282828;
}
.left-half .inner {
    margin-top: 55px;
    text-align: right;
    overflow: hidden;
}
.right-half {
    padding-top: 40px;
    padding-left: 80px;
    /*padding: 20px 0 20px 80px;*/
    width: 56%;
    position: relative;
    /*background-color: rgba(255, 255, 255, 0.4)*/
}
.right-half ul {
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}
.right-half ul + .row {
    margin-bottom: 3px;
}
.left-half img {
    float: right;
    font-size: 100px;
    margin-left: 40px;
}
h1, h2 {
    margin: 0;
    font-weight: 400;
}
h1 {
    font-size: 60px;
    line-height: 90px;
}
h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 400;
    margin-top: -6px;
}
.row {
    margin-bottom: 20px;
    overflow: hidden;
}
.right-half .row {
    margin-bottom: 20px;
}
.row:last-child {
    margin: 40px 0 0;
}
.row a {
    /*float: left;*/
    margin-top: 8px;
}
.row input[type=submit] {
    float: right;
}
.row label {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 4px;
    display: block;
}
.right-half .row label {
    float: left;
    width: 180px;
    color: #fff;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel] {
    border: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    padding: 0 12px;
    border: 1px solid #ccc;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right-half input {
    max-width: 280px;
    border: 0;
    height: 30px;
}
*:focus {
    outline: 0;
}
button, input[type=submit], .btn {
    display: inline-block;
    border: 0;
    padding: 0 16px;
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #15a3dc;
    color: #fff;
    font-family: 'Roboto Condensed', Arial;
    font-size: 17px;
    text-transform: uppercase;

    -webkit-transition: background-color 400ms, color 400ms;
    -moz-transition: background-color 400ms, color 400ms;
    -ms-transition: background-color 400ms, color 400ms;
    -o-transition: background-color 400ms, color 400ms;
    transition: background-color 400ms, color 400ms;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn {
    text-decoration: none!important;
    text-align: center;
}

a {
    color: #15a3dc;
    text-decoration: none;
    font-size: 17px;
}
a:hover {
    text-decoration: underline;
}
.form-footer {
    position: absolute;
    bottom: 40px;
    left: 80px;
}
.form-footer button {
    float: left;
}
.form-footer a {
    float: left;
    color: #fff;
    margin: 9px 0 0 16px;
}
.error-code {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 420px;
    line-height: 240px;
    z-index: -1;
    color: rgba(3, 90, 125, 0.6);
}
button:hover, input[type=submit]:hover, .btn:hover {
    background-color: #57b7eb;
    cursor: pointer;
}
.err-btn {
    height: auto;
    line-height: normal;
    padding: 6px 16px;
    margin-top: 24px;
    text-align: left;
}
.twin-btns {
    overflow: hidden;
    margin-bottom: 20px;
}
.twin-btns i {
    margin-right: 10px;
}
.twin-btns .btn {
    width: 100%;
    text-align: center;
}
.twin-btns .btn:last-child {
    margin-top: 10px;
}
.right-half button:hover,
.right-half .btn:hover {
    background-color: #fff;
    color: #15a3dc;
}
.small-form {
    padding: 20px 30px;
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    margin: 80px auto 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.small-form form {
    margin-top: 40px;
}
.small-form h1 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px;
}
form ul {
    overflow: hidden;
    margin: 6px 0;
    background-color: #da230a;
    color: #fff;
    padding: 4px 8px;
    list-style-type: none;
}

.text-center {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .left-half, .right-half {
        width: 100%;
        max-width: 280px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .left-half {
        background-color: transparent;
        color: #fff;
        height: auto;
        text-align: right;
    }
    .left-half .inner {
        margin-top: 0;
        text-align: center;
    }
    .left-half .fa-book {
        float: none;
        display: block;
        margin: 0;
    }
    .right-half {
        margin-top: 40px;
        height: 310px;
        background-color: transparent;
    }
    .form-footer {
        left: 0;
    }
    .form-footer button {
        float: none;
    }
    .form-footer a {
        float: none;
        display: block;
        margin-left: 0;
    }
    button {
        margin-top: 20px;
        left: 0;
    }
}