
/*login*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  min-width: 320px;
  font-family: 'Roboto', sans-serif; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.bgr-login {
  /* background: url(../images/bgr-login.jpg) 0 0 no-repeat; */
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .bgr-login {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 25px 15px; } }
  .bgr-login .login-form {
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    float: right;
    background: rgba(255, 255, 255, 0.7);
    min-height: 300px; 
    max-width: 550px;}
    @media screen and (max-width: 767px) {
      .bgr-login .login-form {
        float: none; } }
    .bgr-login .login-form h2 {
      font-size: 26px;
      font-weight: bold;
      line-height: 28px;
      color: #009dd1;
      text-transform: capitalize;
      text-align: center;
      margin-bottom: 25px; }
    .bgr-login .login-form input {
      background: #f7f9f9;
      border-radius: 5px;
      height: 50px;
      width: 100%;
      border: none;
      outline: none;
      padding-left: 40px;
      font-size: 16px;
      color: black;
      margin-bottom: 20px;
      display: block; }

      @media screen and (max-width: 767px) {
      .bgr-login .login-form input {
        padding-left: 20px;
        width: 100%; } }
      .bgr-login .login-form input::-webkit-input-placeholder {
        font-size: 16px;
        color: #acacac; }
      .bgr-login .login-form input:-ms-input-placeholder {
        font-size: 16px;
        color: #acacac; }
      .bgr-login .login-form input::-ms-input-placeholder {
        font-size: 16px;
        color: #acacac; }
      .bgr-login .login-form input::placeholder {
        font-size: 16px;
        color: #acacac; }
    .bgr-login .login-form .width {
      width: 360px;
      margin: 0 auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              justify-content: space-between; }
    .bgr-login .login-form .width-ct {
      margin: 0 0 20px 0;
      width: 170px; }
  .bgr-login .line-footer {
    width: 100%;
    background-color: #009dd1;
    height: 2px;
    position: relative;
    margin-top: 30px; }
    .bgr-login .line-footer:after {
      content: unset;
      position: absolute;
      top: 0;
      height: 2px;
      background: white;
      right: 30%;
      width: 25px; }
  .bgr-login .footer-form {
    padding-top: 15px; }
    .footer-form .copyright {
      text-align: center;
      line-height: 24px;
      font-size: 15px;
    }
    .bgr-login .footer-form .img-hotline {
      width: 48px;
      height: 47px; }
    .bgr-login .footer-form .infot-text {
      white-space: nowrap;
      margin-left: 20px;
      color: #2f2c2c;
      font-size: 18px;
      line-height: 18px; }
      .bgr-login .footer-form .infot-text span {
        font-size: 14px;
        color: #acacac;
        white-space: normal;
        line-height: 18px; }
      .bgr-login .footer-form .infot-text a {
        color: #009dd1;
        font-size: 18px; }
        .bgr-login .footer-form .infot-text a:hover {
          text-decoration: none; }

.alert-erro {
  color: #ef1717;
  font-size: 13px;
  line-height: 24px;
  text-align: center; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }

.checkBox {
  text-align: center; }

.btn-form {
  /*background: url(../images/bgr-btn.png) no-repeat;*/
  background: #009dd1;
  background-size: 100%;
  text-align: center;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin-bottom: 10px; }
  .btn-form:focus {
    outline: none; }
    .btn-form:hover, .customBtn:hover {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;

      background: #009dd1;
    }

.customBtn {
  background: #009dd1;
}
.customBtn a {
  color: white !important;
}
.customBtn a:hover , .close.ct a:hover{
  text-decoration: none;
}
*:focus {
  outline: none !important;
  text-decoration: none !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
      background: #009dd1;

}
.close.ct a:hover {
  color: red;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.modal-title.ct {
  color: red;
}
p.help {
  text-align: center;
}
p.error_email, p.error_name, .error_pass{
  color: #ed0000;
  margin: 10px 0;
}
.link-lk a {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #009dd1; }
  .link-lk a:hover {
    text-decoration: none; }

.customCheck {
  margin-top: 10px;
  position: relative;
  color: #2f2c2c;
  padding-left: 33px;
  line-height: 1;
  font-size: 16px;
  color: #67686c;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.customCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  /*background-color: #eee;*/
  border: 1px solid #dfe0e5;
  border-radius: 5px; }

.customCheck:hover input ~ .checkmark {
  /*background-color: #ccc;*/ }

.customCheck input:checked ~ .checkmark {
  background-color: #00897b;
  color: #ffffff;
  border: 1px solid #eee; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.customCheck input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.customCheck .checkmark:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  left: 2px;
  top: 1px;
  font-size: 10px;
  /*    width: 7px;
      height: 12px;
      border: solid #c6c5c5;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);*/ }

      /*end login*/
.pstioninput {
  position: relative;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pstioninput {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .bgr-login .login-form h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 333px) {
  .bgr-login .login-form h2 {
    font-size: 18px;
  }
}
.bgr-login .login-form input:focus {
  border: 1px solid #009dd1;
}
.pstioninput .placehol {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /*display: none;*/
}
.pstioninput:hover .placehol {
  top: 0;
  left: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: white;
  padding: 0 5px;
  z-index: 999;
  color: #009dd1; 
  font-size: 11px !important;
  
  /*display: block;*/
}

::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #333 !important;
}

.pstioninput:hover input {
  border: 1px solid #009dd1;

}
.placehol.addClassfocus{
  top: 0;
  left: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: white;
  padding: 0 5px;
  z-index: 9999;
  font-size: 11px !important;
  color: #009dd1;
}