﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
    margin: 0px;
    /*font-family: 'Istok Web', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #00aec7;
}


.BotaoSalvar {
    color: #fff;
    font-size: 14px;
    width: 80px;
    height: 20px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #434a54;
    border-radius: 5px;
    cursor: pointer;
}


#topo {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #00779b;
}

#faixa {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #00aec7;
}

#corpo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

#meio {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    min-height: 600px;
    background-color: #fff;
    background-color: #fff;
}


#divLogoBM {
    top:-100px;
    position:absolute;
    width: 200px;
    height: 10px;
    display: table;
}
#divManutencao {
    width: 100%;
    height: 100px;
    background-color:#FFFF66;
    border-color:#CC3300;
    border-style:Solid;
     font-size: 14px;
}

#divLogoTT {
    top:-100px;
    left:800px;
    position:absolute;
    width: 200px;
    height: 10px;
    display: table;
}


#divCabec {
    padding-top: 10px;
    width: 1000px;
    height: 10px;
    display: table;
    font-size: medium;
    font-weight: bold;
}

#divCabec1 {
    float: left;
    width: 50%;
}

#divCabec2 {
    float: left;
    padding-left:10px;
    width: 49%;
}

#divTextos {
    width: 1000px;
    height: 150px;
    display: table;
    font-size: small;
}

#divTexto1 {
    float: left;
    width: 50%;
}

#divTexto2 {
    padding-left:10px;
    float: left;
    width: 49%;
    text-align: justify;
}


#divCaixaLogin {
    width: 400px;
    height: 200px;
    display: table;
}


#divLogin {
    padding-bottom: 10px;
    font-size: medium;
    font-weight: bold;
}

#divInfo {
    padding-bottom: 10px;
    font-size: small;
    font-weight: bold;
}

#divEmail, #divSenha {
    padding-bottom: 10px;
}

.caixaTexto {
    border: 1px solid #00779b;
    padding: 5px 5px;
    width: 300px;
    border-radius: 5px;
}

.caixaTextoRO {
    border: 1px solid #00779b;
    padding: 5px 5px;
    width: 300px;
    border-radius: 5px;
    background-color: lightgray;
}

.caixaTexto2 {
    border: 1px solid #00779b;
    padding: 5px 5px;
    width: 500px;
    border-radius: 5px;
}

#email {
    border: 1px solid #00779b;
    padding: 10px 10px;
    width: 200px;
    border-radius: 5px;
}

#senha {
    border: 1px solid #00779b;
    padding: 10px 10px;
    width: 200px;
    border-radius: 5px;
}


.placeholder {
    color: #00779b;
}

.validation-summary-errors {
    color: #ff0000;
    background-color: #fff;
    font-size: medium;
}

#envParticipante {
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #434a54;
    border-radius: 5px;
    cursor: pointer;
}


