#container {
  width:100%;
  height:100%;
}

#box-externo-login {
  width:500px;
  height:500px;
  background-color:#fcc;
}

body {
  background-color: #EEE;
  font-family: Montserrat;
}

.logo {

  width: 415px;
  height: 59px;
  background: url('../imagens/logo.png') no-repeat;
  margin: 30px auto;
}

.login-block {
  width: 320px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border-top: 5px solid #4169E1;
  margin: 0 auto;
}

.login-block h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-block input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Montserrat;
  padding: 0 20px 0 50px;
  outline: none;
}

.login-block input#usuario{
  background: #fff url('../imagens/username.png') 20px top no-repeat;
  background-size: 16px 80px;
}

.login-block input#usuario:focus {
  background: #fff url('../imagens/username.png') 20px bottom no-repeat;
  background-size: 16px 80px;
}

.login-block input#senha{
  background: #fff url('../imagens/password.png') 20px top no-repeat;
  background-size: 16px 80px;
}

.login-block input#senha:focus {
  background: #fff url('../imagens/password.png') 20px bottom no-repeat;
  background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
  border: 1px solid #4169E1;
}

.login-block input[type="submit"] {
  width: 100%;
  height: 40px;
  background: #4169E1;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Montserrat;
  outline: none;
  cursor: pointer;
}

.login-block input[type="submit"]:hover {
  background: #87CEEB;
}

.bloco-img {
    margin:0 auto;
    
}

/*
body{       
    font: bold 14px Tahoma, Geneva, sans-serif;
    margin: 0 1em;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#container-cpf{    
    height: 200px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;       
}

table {
    width: 500px;
    font:bold 12px Tahoma, Geneva, sans-serif;
    font: 100% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    color: #fff;   
}

table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

table a:visited {color: #777;}

table a:hover {color: #000;}  

table caption {text-transform: uppercase;  padding-bottom: 10px;}

table thead th {background: #3A4856; padding: 10px 15px; color: #fff; text-align: left; font-weight: normal;}

table tbody, table thead {border-left: 1px solid #1A4393; border-right: 1px solid #1A4393;}

table tbody {border-bottom: 1px solid #1A4393;}
                      
table tbody td, table tbody th {padding: 10px; background: url("td_back.gif") repeat-x;}

table tbody tr {background: #1A4393;}

table tbody tr.odd {background: #1A4393;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


.i2Style{
    font:bold 12px Tahoma, Geneva, sans-serif;
    font-style:normal;
    color:#ffffff;
    background:#C66972;
    border:0px solid #ffffff;
    text-shadow:0px -1px 1px #222222;
    box-shadow:2px 2px 5px #000000;
    -moz-box-shadow:2px 2px 5px #000000;
    -webkit-box-shadow:2px 2px 5px #000000;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    width:75px;
    padding:5px 21px;
    cursor:pointer;
    margin:0 auto;
}
.i2Style:active{
    cursor:pointer;
    position:relative;
    top:2px;
}
*/