@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-bold-webfont.woff2') format('woff2'),
    url('../fonts/lato-bold-webfont.woff') format('woff'),
    url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato-regular-webfont.woff') format('woff'),
    url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body{height:100%; margin:0;padding:0}

body {
    line-height: 1.714em;
    font-family: "lato";
}

.logo {
    margin: 160px 0px 0px 115px;
}

.page-header {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border: 0px;
    font-weight: 700;
}

.form-control {
    border-radius: 0px;
    border: 1px #e1e0e0 solid;
    background-color: #f8f8f8;
    color: #231f20;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
    padding: 12px;
}

textarea {
    min-height: 120px;
}

button[type="submit"] {
    width: 100px;
    height: 40px;
    background: url('../images/button_submit.png');
    border: 0px;
    color: #ffffff;
}

button[type="submit"]:focus,
button[type="submit"]:hover {
    color: #ffffff;
}

.container-center {
    height:100%;
    display:table;
    width: 100%;
    padding: 0;
}

.row-center {height: 100%; display:table-cell; vertical-align: middle;}

.border-left {
    border-left: 1px #000000 solid;
    padding-left: 75px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        display: block;
        margin: 50px auto;
    }

    .border-left {
        border: 0px;
        padding-left: 15px;
    }

    .container-center {
        padding-bottom: 50px;
    }
}