input:focus{
	outline: none;
}
html {
    font-family: arial,sans-serif;
}
body{
	background: #333;
	background-size: cover;
/*	margin: 0;
        background: #ccc;*/
}

.central{
    background: rgb(21,98,170);
    background: linear-gradient(90deg, rgba(21,98,170,1) 0%, rgba(126,204,219,1) 100%);
    opacity: 0.6;
    width: 494px;
    height: 342px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150.5px;
    margin-left: -234px;
    z-index: 90;
}

.central2{
    background: rgb(21,98,170);
    background: linear-gradient(90deg, rgba(21,98,170,1) 0%, rgba(126,204,219,1) 100%);
    opacity: 0.6;
    width: 494px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150.5px;
    margin-left: -234px;
    z-index: 90;
}

#headerLog{
    position: absolute;
    top: 50%;
    margin-top: -190px;
    width: 522px;
    height: 56px;
    background-image: url(../../../images/headerLogin.png);
    left: 50%;
    margin-left: -261px;
    z-index: 100;
}

#headerEsq{
    position: absolute;
    top: 50%;
    margin-top: -190px;
    width: 522px;
    height: 56px;
    background-image: url(../../../images/headerEsqueci.png);
    left: 50%;
    margin-left: -261px;
    z-index: 999;
}

#headerDem{
    position: absolute;
    top: 50%;
    margin-top: -190px;
    width: 522px;
    height: 56px;
    background-image: url(../../../images/headerDemo.png);
    left: 50%;
    margin-left: -261px;
    z-index: 999;
}

.text_{
    background-color: white;
    display: inline-block;
    width: calc(100% - 58px);
    height: 58px;
    border: solid 1px;
    text-align: center;
    color: gray;
    font-size: 22px;
    float: left;
    opacity: 0.7;
    font-size: larger;
    font-weight: bold;
    margin-top: 1.6px;
    border: none;
}

#formulario{
    width: 440px;
    height: 342px;
    z-index: 110;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: 90px;
    text-align: left;
}

.labeltitulo2 {
font-family: Arial;
color: #F1F7FF;
font-size: 32px;
font-weight: 700;
line-height: 38.4px;
letter-spacing: 0.01em;
text-align: left;
}

.labelemail {
      text-align: left;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      color: #2872B6;
}

.Criar:hover{
        color:#0000eeff;
        transition: all 0.4s;
}

.labelsenha {
         text-align: left;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      color: #2872B6;
}

.inputemail {
width:452px;
height: 30px;
padding: 8px 12px 8px 12px;
gap: 10px;
border-radius: 8px;
border: 1px;
opacity: 0px;
background-color: #F1EBEB;
}

.inputsenha {
width:452px;
height: 30px;
padding: 8px 12px 8px 12px;
gap: 10px;
border-radius: 8px;
border: 1px;
opacity: 0px;
background-color: #F1EBEB;
}

#submit{
    margin-top: 10px;
    width: 100%;
    background: rgb(40,114,182);
    background: linear-gradient(90deg, rgba(40,114,182,1) 0%, rgba(103,195,213,1) 100%);
    height: 54px;
    text-align: center;
    color:white;
    font-size: 20px;
    border:none;
}

.botaolembrar {
    height: 20px;
    width: 20px; 
}

.lembrar {
    font-size: 18px; 
    color: black; 
}

.submit{
width: 452px;
height: 40px;
padding: 8px 24px 8px 24px;
gap: 10px;
border-radius: 12px;
border: 1px;
opacity: 0px;
font-family: Arial;
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.01em;
text-align: center;
}

 .submit2:hover{
        background-color:green;
        transition: all 0.4s;
        }
        
#imgEmail{
    z-index: 100;
    opacity: 0.7;
    background-image:url(../../../images/icone-usuario.png); 
    width: 57px;
    height: 61px;
    display: inline-block;
    float: right;
}

#imgSenha{
    z-index: 100;
    opacity: 0.7;
    background-image:url(../../../images/icone-senha.png); 
    width: 57px;
    height: 61px;
    display: inline-block;
    float: right;
    margin-top:20px;
}

#imgTelefone{
    z-index: 100;
    opacity: 0.7;
    background-image:url(../../../images/icone-telefone.png); 
    width: 57px;
    height: 61px;
    display: inline-block;
    float: right;
}

#imgArroba{
    z-index: 100;
    opacity: 0.7;
    background-image:url(../../../images/icone-arroba.png); 
    width: 57px;
    height: 61px;
    display: inline-block;
    float: right;
}

#submit{
    margin-top: 10px;
    width: 100%;
    background: rgb(40,114,182);
    background: linear-gradient(90deg, rgba(40,114,182,1) 0%, rgba(103,195,213,1) 100%);
    height: 54px;
    text-align: center;
    color:white;
    font-size: 20px;
    border:none;
    
}

#submit:hover{
    background-color: #0086b2;
}

#login .message, #login .inner .error{
	color: white;
	padding: .5em;
	margin: 1em 2em 0em;
	border-radius: 5px;
} 
#login .message {
	background: #26c46e;
	box-shadow: 0 0 5px #1b8b4e inset;
        float: right;
        width: 40%;
}
#login  .error {
	background: #c33;
	box-shadow: 0 0 5px #822 inset;
        float: right;
        width: 40%;
}
#login .message span, #login .inner .error span{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}
#login .message span{
	background: url(../../../images/jQUeryUi/ui-icons_ffffff_256x240.png) -62px -142px no-repeat;
}
#login .error span{
	background: url(../../../images/jQUeryUi/ui-icons_ffffff_256x240.png) 0 -142px no-repeat;
}