/* GERENCIADOR */
.controle { margin: 0 auto; height: auto; padding: 30px 0px 65px 0px; background-color: #dedede; width: 100%; text-align: center; }
.controle h3 { font-size: 25px; font-weight: bold; color: #000000; letter-spacing: -1px; padding: 50px 40px 30px 50px; text-align: left; }
.controle #logomarca { position: absolute; left: 50%; top: 17px; margin-left: 440px; width: 148px; height:111px; }
.controle .linha { width: 100%; border-bottom: #e8e8e8 1px solid; }

.controle #acesso { width: 320px; position: relative; padding: 10px 20px; display: inline-block; margin: 30px 0px 0px; background-color: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.controle #acesso h1 { width: 100%; height: 30px; padding-bottom: 15px; padding-top: 10px; margin-bottom: 15px; line-height: 30px; border-bottom:#f9f9f9 1px solid; letter-spacing: 0px; color: #323232; font-size: 18px; font-family: 'Roboto'; font-weight: 700; text-align: left; }
.controle #acesso .campo { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; min-height: 20px; margin: 0px 10px 10px 10px; }
.controle #acesso .campo span { margin: 0 auto; width: 320px; text-align: left; display: block; height: 22px; }
.controle #acesso .campo input[type=text],
.controle #acesso .campo input[type=password] { width: 100% !important; height: 36px; line-height: 36px;  color: #000000; font-size: 12px; font-family: 'Roboto'; font-weight: 400; text-align: left; border: 1px solid #dedede; }
.controle #acesso .campo input[type=button] { cursor: pointer; width: 100px; height: 36px; line-height: 36px; background-color: #ff8728; color: #ffffff; font-size: 12px; font-family: 'Roboto'; font-weight: 400; text-align: center; margin: 0 auto; }
.controle #acesso:hover { -webkit-box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.2); }
.controle #acesso .campo .repass { width: auto; height: auto; padding: 0px 0px 5px 0px; float: left; color: #000000; font-size: 12px; font-family: 'Roboto'; font-weight: 400; text-align: left; }
.controle #acesso .campo .solicitacao { width: auto; height: auto; padding: 0px 0px 5px 0px; float: right; color: #000000; font-size: 12px; font-family: 'Roboto'; font-weight: 400; text-align: right; }
.controle #acesso .campo .repass:hover, .controle #acesso .campo .solicitacao:hover { text-decoration: underline; }
