﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-header {
    background: #232021;
    height: 100px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.login-page {
    width: 700px;
    padding: 3% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #eb3c43;
    max-width: 450px;
    margin: 0 auto 100px;
    padding: 45px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input:not([type='submit']), select {
        font-family: "Roboto", sans-serif;
        outline: 0;
        /*background: #f2f2f2;*/
        width: 100%;
        border: 0;
        margin: 5px 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form [type='submit'] {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #eb3c43;
        width: 100%;
        padding: 15px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 14px;
        border-radius: 20px;
        border: 3px solid #FFF;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

    .form button:hover, .form button:active, .form button:focus {
        background: #e1686d;
    }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

/*.login-form h3 {
    color: #fff;
}*/

body {
    color: #FFF;
    margin: 0;
    padding: 0;
    background: url('../images/login/BTB4_0657_dark_minified.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





.login-form {
    padding: 20px;
}

.absoluteBottom100 {
    position: absolute;
    bottom: 100px;
}

.brands-footer {
    left: 15%;
    height: 50px;
    width: 70%;
    margin: auto;
}
    .brands-footer td {
        width: 33.33%;
    }

.form label {
    /*color: #fff;*/
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.login-form a {
    font-style: italic;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.brands-footer td {
    text-align: center;
}

.brands-footer img {
    height: 50px;
}

.absoluteBottom0 {
    position: absolute;
    bottom: 0;
}

.footer {
    width: 100%;
    margin: auto;
    /*height: 75px;*/
    background: #232021;
    padding-top: 10px;
    margin-top:25px;
}

    .footer table {
        margin: 0 10vw;
    }

    .footer td {
        text-align: center;
        margin: auto;
        font-size: 12px;
        width: 90vw;
        height: 100%;
    }

a {
    color: #fff;
}
