/* 
    Document   : login
    Created on : 20/11/2013, 13:30:46
    Author     : thiago.rezende
    Description:
        Purpose of the stylesheet follows.
*/


body { 
    margin: 0;
    background-image: url('../img/pattern.png'),url("../img/bg-login.jpg");
    background-size: 2px 2px, cover;
    background-position: top center;
    height: 100%
}

.geral {

    width:100%;
    padding-top: 220px !important;
}

.box-login {
    width: 630px;
    margin: 0 auto;
    margin-top: 30px;
}

.box-login-interno {
    width: 300px;
    margin: 0 auto;
    background-color: #e0e3e9;
    width: 538px;
    height: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 1px 0px 5px #888888;
    float: left;
    z-index: 1;
    position: absolute;
}

.inputs {
    width: 248px;
    height: 57px;
    border: 1px solid #b1b3b8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 13px;
    margin-top: 8px;
    padding: 10px;
}

.box-login-btn {
    background-color: #ff6600;
    height: 36px;
    position: relative;
    top: 14px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #888888;
    text-align: right;
    height: 50px;
}

.logo {
    width: 300px;
    height: 120px;
    margin: 0 auto;
}

.erro {
    font-weight: bold;
    min-width: 400px;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #dc5b70;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f7d9d9;
    color: #b94a48;
    font-family: "Tahoma";
    font-size: 13px;
    vertical-align: middle;
}

.submit {
    border: 0px;
    background-color: transparent;
    
    font-weight: 500;
    color: #fff;
    text-shadow: 0.1em 0.1em 1px #333;
    font-size: 13pt;
    height: 50px;
    cursor: pointer;
    width: 88px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition-duration: 1s;
    transition-property: background-color;
}

.submit:hover {
    background-color: #d25400;
}

.container_login {
    width: 648px;
    margin: 0 auto;
}