* {
  box-sizing: border-box;
}
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: background-color 5000s ease-in-out 0s;
  text-fill-color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
/*ICONES*/
@font-face {
  font-family: "spiritshop";
  src: url("../fonts/spiritshop.eot");
  src: url("../fonts/spiritshop.eot") format("embedded-opentype"), url("../fonts/spiritshop.woff") format("woff"),
    url("../fonts/spiritshop.ttf") format("truetype"), url("../fonts/spiritshop.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="i-"],
[class*=" i-"] {
  font-family: "spiritshop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-interrogacao:before {
  content: "\e611";
}
label {
}
/*ALERT*/
.alert {
  box-shadow: none;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
}
.alert-success {
  background-color: #3c6;
  color: #fff;
}
.alert-danger {
  background-color: #f66;
  color: #fff;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 100;
  line-height: 1;
  color: #000000;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

/* FORM */
.form-group {
  position: relative;
}
.user .form-control,
.pass .form-control {
  display: block !important;
  width: 100% !important;
  height: 45px !important;
  padding: 15px 5px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.42857143 !important;
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  z-index: 1;
}
.user .form-control:focus,
.pass .form-control:focus {
  outline: 0;
}
.user .form-control::-moz-placeholder,
.pass .form-control::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  font-weight: 300;
}
.user .form-control:-ms-input-placeholder,
.pass .form-control:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.user .form-control::-webkit-input-placeholder,
.pass .form-control::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.user .form-control[disabled],
.user .form-control[readonly],
.user fieldset[disabled] .form-control,
.pass .form-control[disabled],
.pass .form-control[readonly],
.pass fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
/* Change autocomplete styles in WebKit */
.user input:-webkit-autofill,
.user input:-webkit-autofill:hover,
.user input:-webkit-autofill:focus,
.user textarea:-webkit-autofill,
.user textarea:-webkit-autofill:hover,
.user textarea:-webkit-autofill:focus,
.user select:-webkit-autofill,
.user select:-webkit-autofill:hover,
.user select:-webkit-autofill:focus,
.pass input:-webkit-autofill,
.pass input:-webkit-autofill:hover,
.pass input:-webkit-autofill:focus,
.pass textarea:-webkit-autofill,
.pass textarea:-webkit-autofill:hover,
.pass textarea:-webkit-autofill:focus,
.pass select:-webkit-autofill,
.pass select:-webkit-autofill:hover,
.pass select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.user,
.pass {
  font-family: "spiritshop";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding-left: 30px;
}
.user {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px 3px 0px 0px;
}
.pass {
  margin-bottom: 20px;
  border-radius: 0px 0px 3px 3px;
  display: flex;
  align-items: center;
}
.user:before,
.pass:before {
  content: "\e613";
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 45px;
  position: absolute;
  width: 40px;
}
.pass:before {
  content: "\e628";
}
.btn-login {
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 0.05em;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-login:hover {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
}
.bg-login {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.bg-login body {
  background: none;
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 0;
}
.wrap-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .wrap-login {
    height: 160%;
  }
}
.container-login {
  color: #fff;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  .alert {
    .btn-close:focus {
      box-shadow: none !important;
    }
  }
}
.hd-login {
  text-align: center;
  margin: 0 0 40px 0;
}
.logo-login-custom img {
  height: auto;
  max-width: 250px;
  width: 100%;
  /* mix-blend-mode: difference; */
}
.logo-login {
  background-image: url(../img/logo-login.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100px;
  margin-bottom: 10px;
  width: 100%;
}
.hd-login h1 {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.05em;
  margin: 0;
}
.ctn-abs {
  position: relative;
}
.ctn-esq-senha {
}
.esq-senha {
  color: #eee;
  color: rgba(255, 255, 255, 0.6);
  display: none !important;
  font-size: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.esq-senha:hover {
  color: #fff;
}
.ttp {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  color: #ccc;
  left: 50%;
  font-size: 14px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
  margin-left: -75px;
  padding: 10px;
  position: absolute;
  text-align: center;
  bottom: 30px;
  z-index: 10;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s, bottom 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s, bottom 0.3s;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s, bottom 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0.3s, bottom 0.3s;
}
@media (max-width: 575.98px) {
  .ttp {
    left: auto;
    right: 0;
  }
}
.ttp:before {
  border: 5px solid transparent;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.8);
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -3px;
  bottom: -10px;
  position: absolute;
  width: 0;
}
a:hover .ttp {
  bottom: 20px;

  display: inherit;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out, visibility 0, bottom 0.3s;
  -moz-transition: opacity 0.3s ease-out, visibility 0, bottom 0.3s;
  -ms-transition: opacity 0.3s ease-out, visibility 0, bottom 0.3s;
  -o-transition: opacity 0.3s ease-out, visibility 0, bottom 0.3s;
  transition: opacity 0.3s ease-out, visibility 0, bottom 0.3s;
}
.ft-login {
  color: #fff;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}

/*SPLASH*/
.splash-admin {
  position: absolute;
  color: #fff;
  display: table;
  height: 100%;
  left: 0;
  text-align: center;
  top: 0;
  padding: 40px;
  width: 100%;
  z-index: 999;
}
.logo-splash {
  background-image: url(../img/logo-splash.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}
.no-svg .logo-splash {
  background-image: url(img/logo-mini.png);
}
.splash-admin h2 {
  font-weight: 100;
  font-size: 36px;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.splash-admin h2 span {
  font-weight: normal;
}
.splash-admin p {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 40px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ctn_splash-admin {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.btn-splash {
  background: none;
  outline: none;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 0 60px;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-splash:hover {
  background: #fff;
  color: #999;
}
