﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);

.Tittle {
    color: #FFFFFF;
    font-family: 'Segoe UI';
    font-weight: bold ;
    font-size: 20px;
    margin-left: 20px;

}

.ButtonsSistema {
    clear: both;
    background-position-y: center;
    display: block;
    height: 50px;
    width: 50px;
    margin-right: -30px;
    margin-left: 0px;
    margin-bottom: -30px;
    margin-top: 10px;    
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.Slogan {

    font-family: 'Open Sans' ;
    font-size: 14px;
    font-weight: 500 ;    
}

.ButtonEmpresa {
    color: #0072C6;
    font-family: 'Segoe UI';
    opacity: 0.8;
    font-size: medium;
    font-weight: 600;
    margin-left: 20px;    
    background-color: transparent;
    border: none;
    margin-top: 10px;
    margin-bottom : 10px ;    
    background-image: url('Images/Header/Empresa.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    text-align: right;
    width: 100px;
}

.ButtonTrabalheConosco {
    color: #0072C6;
    font-family: 'Segoe UI';
    opacity: 0.8;
    font-size: medium;
    font-weight: 600;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('Images/Header/TrabalheConosco.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    text-align: right;
    width: 175px;
}

.ButtonFaleConosco {
    color: #0072C6;
    opacity: 0.8;
    font-family: 'Segoe UI';
    font-size: medium;
    font-weight: 600;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('Images/Header/FaleConosco.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    text-align: right;
    width: 135px;
}

.ButtonEmpresa:hover {
    opacity: 1;
}

.ButtonTrabalheConosco:hover {
    opacity: 1;
}

.ButtonFaleConosco:hover {
    opacity: 1;
}

.Rectangle
{
  background : #0072C6;  
  border-radius : 12px; 
  height: 20px;
}

.SpanID {   
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;    
}

.DivTeste {       
    display: inline-block;
    height: 50px;
}

.DivTeste2{
    border: solid 2px;
    background-color: #b0b0b2;
    border-color: #a3a3a4;
    border-radius: 5px;
}

::-webkit-input-placeholder { 
    padding-left: 5px;
    color: #626262; 
    opacity: 0.6;

}
 




