#divLogIn {
	width:1000px;
	text-align:left;
	display:inline-block;
}
#divLogIn p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#divLogIn p a{
	color:#009;
	text-decoration:none;
	font-weight:bolder;
}
#divLogIn p a:hover{
	color:#006;
}
#divLoginForm {
	width:700px;
	display:inline-block;
	margin:0px;
}
#divLoginPonto {
	width:200px;
	display:inline-block;
	padding-right:10px;
	text-align:left;
	margin:0px;
}
#divLoginHome{
	width:80px;
	display:inline-block;
	margin:0px;
}
/*#divLogIn form{
	margin:0px;
}
#divLogIn fieldset {
	border:none;
	color:#009;
}
#divLogIn fieldset p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#divLogIn fieldset div {
	margin-bottom:2px;
}
#divLogIn fieldset label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-left:5px;
	text-align:right;
	color:#009;
}
#divLogIn fieldset input.Campo, select.Campo, textarea.Campo{ 
	margin-left:2px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#003;
	border:1px solid #000;
	font-size:10px;
	opacity:0.75;
}
#divLogIn fieldset input.Botao {
	color:#FFF;
	background-color:#003;
	border:1px solid #000;
	margin-right:5px;
	font-size:10px;
	cursor:hand;
}
#divLogIn .imgBotao {
	cursor:hand;
	border:none;
	width:50px;
}
#divLogIn button {
	color:#FFF;
	background-color:#003;
	border:1px solid #000;
	margin-right:5px;
	font-size:10px;
	cursor:hand;
}
#divLogIn #txtLogin {
	width:100px;
}
#divLogIn #pwdSenha {
	width:50px;
}*/


/* Full-width input fields */
#divLoginForm input[type=text], #divLoginForm input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
#divLoginForm button :not(#executarLogin){
    background-color: #006;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}
#bntLoginEntrar{
	background-color: #006;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
#executarLogin{
	background-color: #FFF;
    color: white;
    padding: 14px 20px;
	margin: 8px 0;
    border: none;
    cursor: pointer;
}
#executarLogin img{
	width:16px;
	height:16px;
}
#goHome{
	background-color: #006;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
#divLoginForm button:hover :not(#executarLogin){
    opacity: 0.8;
}

/* Extra styles for the cancel button */
#divLoginForm .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
#divLoginForm .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

#divLoginForm img.avatar {
    /*width: 40%;
    border-radius: 50%;*/
}

#divLoginForm .container {
    padding: 16px;
}

#divLoginForm span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
#divLoginForm .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
#divLoginForm .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
#divLoginForm .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

#divLoginForm .close:hover,
#divLoginForm .close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
#divLoginForm .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

#divLoginForm @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
#divLoginForm @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
#divLoginForm @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
