@charset "utf-8";
/**
 * CSS Layout Login
 * 
 * Copyright 2013 - 1948/2013 - Fundacao IPEAD - Todos os Direitos Reservados
 *
 * @copyright     Copyright 1948/2013, Fundacao IPEAD
 * @link          http://http://www.ipead.com.br Fundacao IPEAD
 * @package       app.webroot.css
 *
 * @author        Danielle Couto <danibetriz@gmail.com>
 * @since         CakePHP(tm)
*/

/**
* Cores da logo do IPEAD
* Azul 1 #0d005a
* Azul 2 #0a0047
*
* Cores utilizadas no site
* Azul Escuro= #06286A | #2A385B
* - Pantone 281
* Verde = #01BA98
* Verde escuro = #00453B
* #0BC992 | #35B98D
* - Pantone 3395 | #00a79d
* Azul claro menu = b4cff4
* Azul ciano home = #0093DD
*/

* {
    margin:0;
    padding:0;
}

/** Geral **/
html {
    background: #06286A;
    background-image: url('../../img/FACE azul.png');
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 970px;
    min-height: 250px;
}

body {
    color: #FFF;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 13px;
}

#container {}

.divide2 {
    width: 50%;
    float: left;
}

#saudacao {
    width: 35%;
    float: left;
    padding-left: 15%;
    padding-top: 5%;
}

#UsuarioCoordenadorLoginForm {
    width: 275px;
    height: 210px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#cabecalhoLogin {
    width: 100%;
    height: 95px;
    text-align: center;
}

#cabecalhoLogin img {
    width: 130px;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    margin-top: 20px;
}
#cabecalhoLogin div {
    width: 80px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    background: #06286A;
    padding: 3px;
    clear: both;
    margin-left: 25px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#cabecalhoLogin h2 {
    font-size: 18px;
    position: relative;
    top: 20px;
}

#cabecalhoLogin h3 {
    clear: both;
    padding-top: 12px;
}

input[type=text],
input[type=password] {
    /*    font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);*/

    /* Size and position */
    width: 200px;
    height: 27px;
    padding: 5px 35px 6px 40px;
    /*margin-bottom: 7px;*/

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    /*color: #777;*/
    transition: color 0.3s ease-out;
}

input[type=text]:hover ~ i,
input[type=password]:hover ~ i {
    color: #52cfeb;
}

input[type=text]:focus ~ i,
input[type=password]:focus ~ i {
    color: #42A2BC;
}

input[type=text]:focus,
input[type=password]:focus,
button[type=submit]:focus {
    outline: none;
}

.campoLogin {
    position: relative;
    height: 55px;
}
.campoLogin img {
    /* Size and position */
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    text-align: center;
    line-height: 42px;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.campoLogin #imgLogin {
    width: 24px;
    height: 24px;
}

.campoLogin #imgSenha {
    width: 21px;
    height: 25px;
}

#submitLogin {
    /* Size and position */
    width: 67px;
    height: 67px;
    /*    position: relative;
        bottom: 105px;*/
    margin: 0 auto;
    left: 242px;
    padding: 8px;
    z-index: 2;

    /* Styles */
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

#submitLogin:after {
    /* Size and position */
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #FFFFFF;

    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}

button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #06286A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0093DD), to(#06286A));
    background-image: -webkit-linear-gradient(top, #0093DD, #06286A);
    background-image: -moz-linear-gradient(top, #0093DD, #06286A);
    background-image: -ms-linear-gradient(top, #0093DD, #06286A);
    background-image: -o-linear-gradient(top, #0093DD, #06286A);

    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

button:hover,
button[type=submit]:focus {
    background: #0093DD;
    /*transition: all 0.3s ease-out;*/
}

button:active {
    background: #06286A;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.mensagem_ok {
    color: #1d692d;
    background: #e5f2be; 
    border:2px solid #bedf5d; 
    padding:10px; 
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}
.mensagem_error {
    color: #9e0b0f;
    background: #eccecf;
    border:2px solid #9e0b0f;
    padding:10px;
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}
.mensagem_alert {
    color: #c08c00;
    background: #fcde7e;
    border:2px solid #F89406;
    padding:10px;
    font-weight:bold;
    position: fixed;
    top: 10px;
    right: 10px;
}

label[for=UsuarioLogin], label[for=UsuarioSenha] {
    color: yellow;
}

#recuperarForm label {
    display: block;
    width: 40px;
    padding-top: 3px;
    padding-right: 5px;
    text-align: right;
    float: left;
}
#recuperarForm .submit input[type=submit] {
    float: left;
    width: 98px;
    height: 30px;
    color: white !important;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#01BA98), to(#00453B));
    background-image: -webkit-linear-gradient(top, #01BA98, #00453B);
    background-image: -moz-linear-gradient(top, #01BA98, #00453B);
    background-image: -ms-linear-gradient(top, #01BA98, #00453B);
    background-image: -o-linear-gradient(top, #01BA98, #00453B);
    background-image: linear-gradient(top, #01BA98, #00453B);
}
#recuperarForm div.email {
    width: 400px;
    padding-top: 4px;
    float: left;
}
input, textarea {
    height: 20px;
    border: 1px solid #CFCFCF;
    padding: 0px;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#recuperarForm label.error {
    width: 100%;
    text-align: center;
    color: red;
}