/* @font-face {
  font-family: "HKG rotesk";
  src: url('../fonte/HKGrotesk-SemiBold.otf');
} */

@font-face {
  font-family: 'HKG rotesk';
  src: url('https://dnxogj0cdcvh1.cloudfront.net/fonts/hkgrotesk/HKGrotesk-SemiBold.woff2') format('woff2'),
      url('https://dnxogj0cdcvh1.cloudfront.net/fonts/hkgrotesk/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body, html {
  font-family: "HKG rotesk", 'Trebuchet MS', 'Helvetica', sans-serif;
  font-size: 15px;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  border-radius: 17px !important;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "HKG rotesk", sans-serif;
}
input:focus, select:focus {
  box-shadow: inset 0px 0px 1px 0 #4a4a4a;
  border-color: #4a4a4a;
  outline: 0;
} 
label{
  color: #FFF;
}
.form-payly, .form-payly-set{
  width: 450px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 5px;
}
.form-table{
  display: inline-table ;
}
.form-block{
  display: block ;
}

.form-payly .header-payly label{
  position: relative;
  top: 45px;
}
.header-payly {
  text-align: center;
  padding: 5px 0px 0px 0px;
  height: 110px;
  background-color: #000000;
  border-radius: 5px 5px 2px 2px;
}
.header-payly-set {
  text-align: center;
  padding: 20px 140px 35px 140px;
  height: 110px;
  background-color: #000000;
  border-radius: 5px 5px 2px 2px;
}
.title-payly {
  height: 30px;
  width: 100%;
  background-image: url(../img/login_curve_1x.png);
  background-repeat: no-repeat;
  position: relative;
  top: 63px;
}
.title-payly-set {
  height: 30px;
  width: 100%;
  background-image: url(../img/login_curve_1x.png);
  background-repeat: no-repeat;
}
.logo{
  position: relative;
  top: 14px;
}
.logo label{
  position: relative;
  top: 30px;
}
.header-payly label{
  position: relative;
  top: 33px;
}
.header-payly img{
  position: relative;
  top: 23px;
}

form {
  padding-top: 40px;
}

.form-group label{
  color: #000000;
  padding-bottom: 10px
}

.form-group-button{
  position: relative;
  left: 73px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.container {
  min-width: 450px;
  max-width: 350px;
  padding-top: 10vh;
  margin: 50px auto 0px auto;
  color: #333;
}
.container form{
  width: 280px;
  margin: 0px 0px 0px 40px;
  display: inline-table;
}
.form-set{
  margin: 0px 0px 0px 40px;
}
.pass-input, .pass-repeat-input {
  width: 350px;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0px 0px 1px 0 #ececec;
  letter-spacing: -0.1px;
  color: black;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  bottom: 10px;
}

.input-error{
  border: 1px solid #ff3b3b;
}
.input-error:focus {
  box-shadow: rgba(251, 26, 63, 0.075) 0px 1px 1px inset, rgba(253, 21, 59, 0.6) 0px 0px 8px;
  border-color: rgb(255, 75, 105);
}
.input-sucess{
  border: 1px solid #cccccc;
}
input[type="text"]:disabled {
  background-color: #f9f6f6 !important;
}
input[type="password"]:disabled {
  background-color: #f9f6f6 !important;
}
.input-cpf{
  width: 368px;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: inset 0px 0px 1px 0 #ececec;
  letter-spacing: -0.1px;
  color: #808080  ;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  bottom: 10px;
}
button{
    font-family: "Dosis", 'Trebuchet MS', 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 221px;
    height: 50px;
    color: #FFF;
    border-radius: 25px;
    border: #ff4b69;
    background-color: #ff4b69;
}
button:focus{
  outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
button:hover{
  cursor:pointer;
}
button:active{
  background-color: #000000;
}
.container form .submit:disabled{
  opacity: 0.1;
}
.container form input[type=password]{
  padding: 0 10px;
}
.password-repeat-error, .password-error{
  color: #ff3b3b;
  font-size: 13px;
  margin: 5px 0;
  padding-left: 2px;
  white-space: pre-line;
  display: none;
  width: 369px;
}
.info-alter-password{
  color:#4a4a4a !important;
  font-size: 14px;
}
.acessar-portal, .error-portal{
  text-align: center;
  width: 320px;
  height: 325px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}


.access-portal-modal, .error-portal-modal{
  text-align: center;
  width: 320px;
  height: 325px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.access-portal-modal .header-logo img, .access-portal .header-logo img, .error-portal  .header-logo img,  .error-portal-modal  .header-logo img{
  position: relative;
  top: 30px;
}

.access-portal .header-logo img, .access-portal-modal .header-logo h2, .error-portal .header-logo h2 , .error-portal-modal .header-logo h2{
  position: relative;
  top: 40px;
}

.access-portal .header-logo img, .access-portal-modal .header-logo label, .error-portal .header-logo label , .error-portal-modal .header-logo label{
  position: relative;
  top: 30px;
  margin:0%;
  color: #808080;
}
.access-portal .header-logo img, .access-portal-modal .footer button, .error-portal .footer button , .error-portal-modal .footer button{
  position: relative;
  top: 30px;
  margin:15%;
  width: 150px;
}
.header-logo{
  position: relative;
  top: 11px;
}
.error-portal .header-logo{
  position: relative;
  top: 32px;
  padding: 4px;
}
.error-portal{
  display: none  ;
}
.error-portal .header-logo label{
  margin: 0px;
}

@media only screen and (max-width: 420px) {
  .title-payly-set {
    position: relative;
    bottom: 17px;
}
  body, html {
    background-color: #fff !important;
  }

  .container form {
    margin: 0px;
  }

  .title-payly {
    top: 72px;
  }

  .form-group-button {
   left: 0px; 
  }

  .form-set {
    margin: 0px; 
   }

  .form-payly, .error-portal, .access-portal, .form-payly-set{
    width: 100%;
   height: 200%;
   box-shadow:none;
  }

  .form-payly, .form-payly-set{
    text-align: center; 
    display: block 
  }

  .header-payly-set,  .header-payly {
    padding: 10px 0px;
    border-radius: 0px;
    margin-bottom: 17px;
  }
  .container {
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #333;
  }

  button{
    width: 150px;
    height: 50px;
  }

  .pass-input, .pass-repeat-input {
    width: 260px;
    height: 40px;
    border-radius: 3px;
    background-color: #ffffff;
  }
  .input-cpf{
    width: 280px;
  }

  .page-footer .footer-container .support div:first-child {
    padding-right: 0;
  }
  .access-portal, .error-portal{
    position: relative;
    height: 313px;
    top: 60px;
    left: 10px;
    box-shadow:none;
    width: auto;
    left:  0px;
  }
  .error-portal{
    display: none  ;
  }
 
}



/**
 * Helpers
 */
.clearfix:after, .clearfix .after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Placeholder font
 */
input::-webkit-input-placeholder {
  font-family: "HKG rotesk", sans-serif;
}
input:-ms-input-placeholder {
  font-family: "HKG rotesk", sans-serif;
}
input:-moz-placeholder {
  font-family: "HKG rotesk", sans-serif;
}
input::-moz-placeholder {
  font-family: "HKG rotesk", sans-serif;
}

/**
 * Loader
 */
.loading-container {
  top: 0;
  left: 0;
  overflow: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  background-color: #FFF;
}
.loading-icon {
  top: calc(50% - 42px);
  left: calc(50% - 42px);
  width: 85px;
  height: 85px;
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  -webkit-animation: spin 2000ms infinite linear;
  animation: spin 2000ms infinite linear;
}
.spin-loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #4fa444;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 15px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.alert{
  display: none;
}
.alert-success{
  position: relative;
  top: 100px;
  border: 1px solid #d4edda;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-error{
  border: 1px solid #f8d7da;
  border-radius: 30px;
  padding: 20px;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
