﻿
@charset "utf-8";
/* CSS Document */
body{font-family: 'Roboto', sans-serif;}

.backgroundCK{
    background-image: url(../images/LoginCK.jpg);
    background-size:cover;
    width:100%;
    height:100%;
    margin:0;
}

.errorCK{
    color:white;
    padding: 10px;
    border: 1px solid rgb(158, 25, 25);
    background: black;
    width: 396px;    
    position: fixed;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -190px;
    text-align:center;
    font-size: 0.85em;
}

.square-box{
   position: fixed;
  width: 9%;
  margin-top: -10px;
  margin-left: -10px;
  height: 37px;
  overflow: hidden;
  background: rgb(158, 25, 25);
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    font-weight:bold;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
     font-size: 30px;
}

.whiteLine-CK{
    border-bottom: 1px solid rgba(255,255,255,.25);
    background-color: white;
    opacity: 0.8;
    margin-top:-50px;
}

  .login-CK {
  background: white;
  width: 372px;
  height: 342px;
  padding: 0 22px;
  float: left;
  top: 0px;
  opacity:0.8;
  border: none;
  background-image: url(../images/img-user.png), url(../images/img-login-left.png), url(../images/img-login-right.png);
  background-position: 34px 9px, 0 0px, 474px 0px;
  background-repeat: no-repeat;
  background-size:cover;
  z-index: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


  .form-container-CK {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 0.7em!important;
    text-decoration: none;
    vertical-align: middle;
    padding: 3px 0px 0 0;
    height: 52px!important;
    width: 373px;
    height: 40px!important;
    margin: 0;    
    margin-top: 38px;
}

  a.lembrarsenha-CK {
    font-size: 0.9em!important;
    text-decoration:underline;
    float:right;
}

.remember_container-CK {
    width: 370px;
    position: relative;
    height: 20px;
    float: left;
    display: block;
    margin-top: 52px;
    z-index: 1;
}

.remember-CK {
  font-size: 11px;
  line-height: 3px;
  font-weight: 100;
  color:#ffc420;
}

  .input-container-CK {
    float: left;
    position: relative;
    display: inline;
    height: 20px;
}

.form-fieldmail-CK {
    padding: 8px;
    font-style: italic;
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 10px;
    color: black;
    width: 370px;
    height: 30px;
    display: inline;
    float: left;
    position: relative;
    margin-top: -10px;
    margin-right: 0;
    margin-left: 0;
    z-index: 1;
    border: 1px solid #ffc420;
}

.form-field-CK {
    padding: 8px;
    font-style: italic;
    position: relative;
    font-size: 10px;
    background: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: black;
    width: 370px;
    height: 30px;
    display: inline;
    float: left;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    border: 1px solid #ffc420;
}

#ok.submit-button-CK {
  border: 1px solid #000;
  color: #f1f1f1;
  border-radius: 0px;
  background: white;
  /*text-shadow: #031838 0 1px 0;*/
  padding: 2.5px 4px;
  margin-left: 13px;
  text-decoration: none;
  margin-top: 0;
  vertical-align: middle;
  margin-right: 6px;
  z-index: 2;
  cursor: pointer;
}



.submit-button-CK {
  border: 1px solid #dca743;
  background: #dca743;
  margin-top: -9px;
  border-radius: 0px;
  color: #ffffff;
  padding: 2.5px 4px;
  font-size: 0.9em;
  margin-left: 8px;
  text-decoration: none;
  vertical-align: middle;
}

#ok.submit-button-CK:hover{
    background:#dca743;
    border: #dca743!important;
    color:black!important;
}

   .footer {
     position: absolute;
     bottom: 0px;
    width: 100%;
    background-color: black;
     height: 23px;
    left: 0px;
}
   .passwordRecoveryHeader-CK {
       color: black;
   }
