﻿
h2 {
    padding-top: 2cm;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    background-image: url('../Images/SiteImages/bck_login.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #3b3b3b;
    font-family: 'Open Sans', sans-serif !important;
    color: #FFFFFF;
}

.login_WG {
    background-image: url('../Images/SiteImages/ac_tela_login_wg.png');
    color: #2c2e29;
    width: 688px;
    height: 488px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -344px;
    margin-top: -244px;
}

.login_SSW {
    background-image: url('../Images/SiteImages/ac_tela_login_ssw.png');
    color: #2c2e29;
    width: 688px;
    height: 488px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -344px;
    margin-top: -244px;
}

.logos_criadores {
    position: absolute;
    width: 96%;
    height: 56px;
    bottom: 0;
    left: 0;
    margin: 10px;
}

.form_login {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 25%;
}

    .form_login p {
        margin: 20px 0 0;
    }

        .form_login p:first-child {
            margin-top: 0;
        }

    .form_login input[type=text], .form_login input[type=password] {
        width: 278px;
    }

    .form_login p.remember_me {
        float: left;
        line-height: 31px;
    }

        .form_login p.remember_me label {
            font-size: 12px;
            cursor: pointer;
            color: #ccc;
        }

        .form_login p.remember_me input {
            position: relative;
            bottom: 1px;
            margin-right: 4px;
            vertical-align: middle;
        }

    .form_login p.submit {
        text-align: right;
    }

input {
    /* font-family: 'Calibri', Ariel, Verdana;*/
    font-size: 14px;
}

    input[type=text], input[type=password] {
        margin: 5px;
        padding: 0 10px;
        width: 200px;
        height: 34px;
        color: #2c2e29;
        background: #d2d2d2;
        border: none;
    }

        input[type=text]:focus, input[type=password]:focus {
            border: 1px solid;
            border-color: #4ba6ff;
            outline-color: #dceefc;
            outline-offset: 0;
            background: #fff;
        }

    input[type=submit] {
        border: none;
        background-position: 0% 0%;
        padding: 2px 20px;
        height: 32px;
        font-size: 14px;
        font-weight: bold;
        color: #ccc;
        border-radius: 10px;
        outline: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-image: linear-gradient(to bottom, #909090, #303030);
        background-color: #303030;
        background-repeat: repeat;
        background-attachment: scroll;
    }

        input[type=submit]:active {
            border: none;
            background-image: linear-gradient(to bottom, #303030, #909090);
            background-color: #909090;
            background-repeat: repeat;
            background-attachment: scroll;
        }

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}

#loginZone {
    padding-top: 5%;
}


@media all and (max-device-width: 640px) {
    #loginZone {
        padding-top: 10%;
    }
}

.btn__loginPointer {
    cursor: pointer;
}

    .btn__loginPointer:hover {
        color: black;
    }

.form_noMargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
