﻿body {
    font-family: Arial,Verdana,Tahoma,sans-serif,Geneva,Helvetica;
    background-image: url("../Imagens/ImagemLogin.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login-box {
    width: 450px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    margin: auto;
    border-radius: 1%;
    padding:10px;
}
.Imagem-Login {
    display: table-cell;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: -15%;
    left: 40%;
    border: 2px solid thin;
    border-radius: 100%;
}
.titulologin {
    text-align: center;
    padding: 5px;
    /*color: #066b4f;*/
    color: #ff0000;
    margin-top: 60px;
    margin-bottom: 10px;
}
.divcampos {
    width: 100%;
    float: left;
    padding:10px;
}
.camposlogin {
    display: block;
    width: 100%;
    float: left;
    padding: 7px;
    font-size: 20px;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    text-align: left;
    border:none;
    border-bottom: 1px solid #ccc;
    background: rgba(0,0,0,0.3);
    color: white;
    /*border-radius: 5%;*/
}
.BotaoEntrar {
    border: none;
    width: 200px;
    padding:10px;
    color: white;
    font-size: 20px;
    background-color: #066b4f;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.9;
}
.divbotaoentrar {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding:20px;
}
.BotaoEntrar:hover {
    background-color: #1ab188;
}
.divrodape {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 1px;
    padding-left: 5px;
}
.labelrodape {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.quadrocadastro {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(60, 60, 60, 0.8);
}

.quadrocadastro-content {
    display: block;
    width: 60%;
    margin-top: 10%;
    /*background-color: #fefefe;*/
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(19, 35, 47, 0.9);
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    padding: 40px;
    border-radius: 4px;
    border: none;
}
.btnretornalogin, .btncancelalogin {
    width: 120px;
    border: none;
    color: #ffffff;
    padding: 14px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.9;
}

.btnretornalogin {
    background-color: #4CAF50;
}

.btncancelalogin {
    background-color: #f44336;
}

    .btnretornalogin:hover, .btncancelalogin:hover {
        opacity: 1;
    }
