html,
body {
  width: 100%;
  height: 100%;
  background: #fafafa;
}
.col-6 {
  width: calc(50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#barraStatus {
  width: 100%;
  margin: 0;
}
#barraStatus img {
  margin: 20px auto 0 auto;
  display: block;
}
footer {
  display: none;
}
.container-login {
  display: flex;
  height: auto;
  min-height: 100%;
  background: #fafafa;
  justify-content: space-between;
}
.container-login .col-6 {
  display: flex;
  justify-content: center;
}
.container-login .col-6:last-of-type {
  width: auto;
  align-items: baseline;
  background-size: cover;
  background-position: top left;
}
.container-login .col-6:last-of-type a {
  position: sticky;
  top: 0px;
}
.container-login .col-6:last-of-type picture {
  height: 100vh;
  width: auto;
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.container-login .col-6:last-of-type picture img {
  height: 100vh;
  width: auto;
  max-height: 100vw;
}
.container-login .col-6 .container-flex {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.container-login .col-6 .container-flex .container-logo {
  display: flex;
  width: 390px;
  margin-top: 60px;
  margin-bottom: 51px;
  justify-content: center;
}
.container-login .col-6 .container-flex .container-logo picture.avec {
  width: 142px;
}
.container-login .col-6 .container-flex .container-logo picture.salao {
  width: 97px;
}
.container-login .col-6 .container-flex .container-form {
  width: 330px;
  max-height: 546px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  padding: 30px;
  margin-bottom: 20px;
}
.container-login .col-6 .container-flex .container-form .img-salao {
  margin-top: 30px;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: solid 4px #fff;
  background-color: #fff;
  display: block;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.container-login .col-6 .container-flex .container-form .img-salao img {
  width: auto;
  height: 100%;
  max-width: unset;
}
.container-login .col-6 .container-flex .container-form h1 {
  font-family: 'Raleway', Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 0;
}
.container-login .col-6 .container-flex .container-form form {
  margin-top: 30px !important;
}
.container-login .col-6 .container-flex .container-form form #esqueciMinhaSenha {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  width: 0;
  height: 0;
}
.container-login .col-6 .container-flex .container-form form .container-input:last-of-type {
  margin-top: 20px;
}
.container-login .col-6 .container-flex .container-form form .container-input .icone-erro {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 2px;
}
.container-login .col-6 .container-flex .container-form form .container-input .help-block {
  font-family: 'Raleway', Sans-Serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 7px;
  line-height: 23px;
  height: 22px;
  line-height: 20px;
}
.container-login .col-6 .container-flex .container-form form .container-input label {
  font-family: 'Raleway', Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #36354f;
  width: 100%;
  margin-bottom: 3px;
}
.container-login .col-6 .container-flex .container-form form .container-input input {
  height: 30px;
  width: calc(100% - 24px);
  border-radius: 2px;
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Raleway', Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #67615b;
  margin-bottom: 0;
  padding-left: 15px;
}
@-webkit-keyframes autofill {
  to {
    color: #67615b;
    background: #fff;
  }
}
.container-login .col-6 .container-flex .container-form form .container-input input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.container-login .col-6 .container-flex .container-form form .container-input.container-success {
  position: relative;
}
.container-login .col-6 .container-flex .container-form form .container-input.container-success:before {
  content: ' ';
  position: absolute;
  top: 26px;
  right: 7px;
  width: 12px;
  height: 10px;
  background-image: url(../img/login/icone-sucesso.png);
}
.container-login .col-6 .container-flex .container-form form .container-input.container-success .help-block {
  color: #01A4C6;
}
.container-login .col-6 .container-flex .container-form form .container-input.container-error .help-block {
  color: #bc2c3e;
  background-image: url('../img/login/icone-erro.png');
  padding-left: 24px;
  background-repeat: no-repeat;
}
.container-login .col-6 .container-flex .container-form form .container-input.container-error input {
  border: solid 1px #bc2c3e !important;
}
.container-login .col-6 .container-flex .container-form .btn {
  width: 210px;
  height: 44px;
  border-radius: 2px;
  font-family: 'Raleway', Sans-Serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  line-height: 45px;
  text-shadow: none;
  background: transparent;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.container-login .col-6 .container-flex .container-form .btn.btn-login {
  background-color: #01A4C6;
  color: #fff;
  margin-top: 34px;
  border: solid 1px #01A4C6;
}
.container-login .col-6 .container-flex .container-form .btn.btn-site {
  border: solid 1px #e0e0e0;
  background-color: #fff;
  color: #01A4C6;
  margin-top: 10px;
}
.container-login .col-6 .container-flex .container-form .btn-senha {
  font-family: 'Raleway', Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
  text-decoration: underline;
  margin: 20px auto 0 auto;
  display: inline-block;
  width: 160px;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}
/* MEDIA QUERY */
@media (max-width: 1024px) {
  .container-login .col-6 {
    align-items: end;
  }
  .container-login .col-6 .container-flex .container-form {
    margin-bottom: 20px;
    padding: 15px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .container-login .col-6 .container-flex .container-logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .container-login .col-6 .container-flex .container-form {
    width: calc(100% - 100px);
    margin-bottom: 20px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 890px) {
  .container-login {
    display: block;
  }
  .container-login .col-6,
  .container-login .col-6:first-of-type,
  .container-login .col-6:last-of-type {
    width: calc(100%) !important;
  }
  .container-login .col-6 .container-flex,
  .container-login .col-6:first-of-type .container-flex,
  .container-login .col-6:last-of-type .container-flex {
    height: auto;
  }
  .container-login .col-6:last-of-type picture {
    height: auto;
    width: 100%;
  }
  .container-login .col-6:last-of-type picture img {
    height: auto;
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 425px) {
  .container-login .col-6 .container-flex .container-logo {
    width: 100%;
  }
  .container-login .col-6 .container-flex .container-form {
    width: calc(100vw - 100px);
  }
}
