body {
  font: 13px/20px "Open Sans", Tahoma, Verdana, sans-serif;
  color: #a7a599;
  background: #44607B;
}

.ad2hs-prompt {
  background-color: rgb(59, 134, 196); /* Blue */
  border: none;
  display: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;

  position: absolute;
  margin: 0 1rem 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 32px);
}

.ios-prompt {
  background-color: #fcfcfc;
  border: 1px solid #666;
  display: none;
  padding: 0.8rem 1rem 0 0.5rem;
  text-decoration: none;
  font-size: 16px;
  color: #555;

  position: absolute;
  margin: 0 auto 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 0;
}

.failure {
  font-family: 'Open Sans', Calibri, Arial, sans-serif;
  font-size: 14px;
  color: red;
  
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

.failure p, a {
  color: rgb(116, 7, 7);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.failure a:link {
  color: blue;
  font-weight: bold;
}

.valorNegativo {
  color: red;
}

.vlrAlinDireita {
  text-align: right;
}	

.vlrAlinEsquerda {
  text-align: left;
}	

.vlrAlinCentro {
  text-align: center;	
}	

.cursorPointer {
  cursor: pointer;
}

/* === Form === */
#form {
    width: 100%;
}

#form .field {
    position: relative;
    margin: 0 35px;
}

#form .field i {
    font-size: 14px;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 44px;
    width: 44px;
    color: #f7f3eb;
    background: #676056;
    text-align: center;
    line-height: 44px;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

/* === Logo === */
.logo {
  background-image: url("../icones/caldeiraTECH.com.png");
  background-position: center;
  height: 125px;
  width: 300px;
  margin: 10px auto 20px auto;
}

/* === Login === */
.login {
  position: relative;
  margin: 0 auto;
  width: 340px;
  height: 290px;
  background: #34495e;
  border-radius: 3px;
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.login h1 {
  line-height: 45px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #2DCC71;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.login p:first-child {
  margin-top: 30px;
}

.login p.remember {
  position: absolute;	
  bottom: 05px;
  margin-left: 20px;
}

.login p.remember label {
  color: #a7a599;
  font-size: 14px;
  cursor: pointer;
}

.login p.button {
  text-align: center;
}

.login p.forgot {
  float: right;
  margin-left: 220px;
  position: absolute;	
  bottom: 05px;
}

.login p.forgot a {
  color: #a7a599;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.login p.forgot a:hover {
  color: #2DCC71;
  cursor: pointer;
}

/* === Input Form === */
::-webkit-input-placeholder {
  color: #ded9cf;
  font-family:'Open Sans';
}

:-moz-placeholder {
  color: #ded9cf !important;
  font-family:'Open Sans';
}

#form input[type=text],
#form input[type=password] {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px 10px 55px;
    position: relative;
    width: 268px;
    height: 44px;
    color: #676056;
    border: none;
    background: #fff;
    color: #777;
    transition: color 0.3s ease-out;
}

#form input[type=text] {
    margin-bottom: 15px;
}

#form input[type=text]:hover ~ i,
#form input[type=password]:hover ~ i {
    color: #ded9cf;
}

#form input[type=text]:focus ~ i,
#form input[type=password]:focus ~ i {
    color: #2DCC71;
}

#form input[type=text]:focus,
#form input[type=password]:focus,
#form button[type=button]:focus {
    outline: none;
}

#form input[type=button] {
  margin-top: 15px;
  width: 270px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding: 10px 15px 10px 05px;
  letter-spacing: 0;

  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(37,167,92);
  -moz-box-shadow:    inset 0px 0px 0px 0px rgba(37,167,92);
  box-shadow:         inset 0px 0px 0px 0px rgba(37,167,92);

  color: #fff;
  background-color: #2DCC71;
  text-shadow: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  margin: 20px 35px;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;
}

#form input[type=button]:hover,input[type=button]:focus{
  color: #fff;
  -webkit-box-shadow: inset 0px 46px 0px 0px rgba(37,167,92);
  -moz-box-shadow:    inset 0px 46px 0px 0px rgba(37,167,92);
  box-shadow:         inset 0px 46px 0px 0px rgba(37,167,92);
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}

#form input[type="checkbox"] {
  display: inline-block;
  margin: -12px 4px 0 10px;
}

