@font-face {
    font-family: Roboto-Thin;
    src: url(Roboto-Light.ttf);
}
::-webkit-input-placeholder { font-family: Roboto-Thin!important; }
::-moz-placeholder { font-family: Roboto-Thin!important; } /* firefox 19+ */
:-ms-input-placeholder { font-family: Roboto-Thin!important; }/* ie */
input:-moz-placeholder { font-family: Roboto-Thin!important; }

html {
    font-family: Roboto-Thin!important;
 
}
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-family: Roboto-Thin!important;
  -webkit-font-smoothing: antialiased;
  background: url(../img/pattern.png) right top #F0F0F0;
  height: auto!important;
}
.bg-image{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/background.jpg) center bottom no-repeat;
    background-size: cover;
}
.h-lg{
  background: black;
}
.header-login {
    background: #696098;
    height: 74px;
    padding: 7px;
}
.placeholder-thinkdata {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 0;
    z-index: 0;

    position: absolute;
    top: 9px;
    left: 7px;
}
.td-up{
transform-origin: bottom left;
    -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
    transform: scale(.72) translateY(-46px) translateX(-11px);
    color: #696098;

}
.td-down{
    transform-origin: bottom left;
    -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
    transform: scale(1) translateY(0px) translateX(-6px);
    color: #4f5c76;
}
.logo {

    top: 3.1rem;
    /* right: 164px; */
    left: 169px;
    position: absolute;
    background-image: url(../img/logo-grande.png);
    background-repeat: no-repeat;

    width: 75px;
    height: 75px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	-webkit-box-shadow: 0px 15px 62px -19px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 15px 62px -19px rgba(0,0,0,0.5);
	box-shadow: 0px 7px 48px -19px rgba(0,0,0,0.5);
	border-radius: 100px;
}
.error-logo {
 /* background-image:url(../img/error.png); */
  background-size: 30px 30px;
  background-repeat: no-repeat; 
  padding-top: 14px;
  padding-left: 30px;
  border-radius: 17px;
  top: 20px;
  position: relative;

}
.all-error{
    background: white;
    padding: 0px 314px 22px 11px;
    border-radius: 0px;
    color: white;
    top: 71px;
    position: relative;
    /* right: 75px; */
    font-size: 12px;
}
.error-show {
  /* background: #e75859;
  transform-origin: left;
  -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
  transition: all .3s cubic-bezier(0.4,0,0.2,1);
  -webkit-transition-property: color,bottom,transform;
  transition-property: color,bottom,transform;
  transform: scale(.72) translateY(-46px) translateX(-6px);*/
}
.error-hide {
   
}
.error-message{


    display: block;
    text-align: center;
    color: #EE776C;
    font-weight: 500;
    font-size: .7rem;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem;
    top: 385px;
    font-weight: bold;
    margin-top: 10px
   /* font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",sans-serif*/
   /* position: relative;
    top: -36px;
    left: 28px;
    display: inline-block;
    color: #e75859;
    font-weight: bold;
    width: 350px;
    color: #FFF;

    color: #e75859;
        font-size: 14px;
        */
}
.warning {

  top: 199px;
  left: 204px; /*482px;*/
  background: antiquewhite;
  padding: 10px 10px 10px 49px;
  border-radius: 17px;
  position: relative;x'
}

.warning-1 {

  top: 199px;
  left: 204px; /*482px;*/
  background: antiquewhite;
  padding: 10px 10px 10px 49px;
  border-radius: 17px;
  position: relative;x'
}
.active-back-1 .active-back-2{
  color: #919cb2 !important;
}
.active-back-1:hover .active-back-2:hover {
  cursor: pointer;
  color: #286efa !important;
}
.back {
  position: absolute;
  height: 20px;
  width: 40px;
  color: #d6dae4;
  display: block;
  transition: 0.3s;
  margin-left: 20px;
  margin-top: -30px;
  font-size: 24px;
}
.shift-1 {
  left: -269px !important;
}
.shift-2 {
  left: -625px !important;
}
.shift-warning {
  left: 75px !important;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
h3 {
  position: absolute;
  margin-left: 75px;
  margin-top: 22px;
  font-size: 22px;
  font-weight: 200;
  color: #4f5c76;
}
input {
    width: 260px;
    height: 31px;
    font-size: 14px;
    padding-left: 0px;
    transition: 0.3s;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
input::-webkit-input-placeholder {
  font-size: 14px;
}
input:focus {
 /* border: 1px solid #696098 !important;*/
  outline-width: 0;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #ccc;
}
button {
    margin-top: 95px;
    width: 262px;
    height: 40px;
    background: #fff;
    color: #696098;
    font-size: 14px;
    border: 1px solid #696098;
    border-radius: 3px;
}
button:hover {
  background: #696098; /*#3c82ff;*/
   color: #fff;
  cursor: pointer;
}
.ds-none {
  display: none;
}
.form {
    position: relative;
    margin: 0 auto;
    /* margin-top: 56px; */
    top: 13%;
    width: 400px;
    height: 450px;
    background: #fff;
    /* box-shadow: 0px 5px 80px 0px #e4e8f0; */
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(90, 90, 90);
}
.form form {
  margin-top: 50px;
  width: 1050px;
}
.form form .inputs {
  position: relative;
  left: 75px;
  transition: 0.3s;

}
.form form .inputs .cliente {
  float: left;
  position: relative;
  width: 350px;
  top: -35px
}
/*.form form .inputs .password {
  float: right;
  position: relative;
  width: 350px;
  right: -350px;
}*/
.form form .inputs .password {
  float: right;
  position: relative;
  width: 350px;
  right: 350px;
}
.warning {
  color: #f00;
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
.div-error {
 /* background: black;*/
  position: relative;
  top: 51%;
  height: 45px;
  background: #FFF;
}
.error-span {
  position: absolute;
  left: 10%;
  width: 84%;
}

.loader {
    margin-left: 16.5%;
    margin-top: 11.5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #e8ebf1;
    border-top-color: #696098;;
    animation: spinner 1s infinite linear;
}
.error-teste {
      display: block;
    text-align: center;
    color: #EE776C;
    font-weight: 500;
    font-size: .7rem;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem;
    top: 341px;
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.dot1,
.dot2,
.dot3,
.dot4,
.peas-spinner>div {
    background-color: #65b6db;
    border-radius: 100%;
    display: inline-block
}
.dot3,
.dot4 {
   background-color: #6b5e97;

}
#loaderDiv {
    position: absolute;
    top: 47%;
    margin-left: -20px;
    left: 50%;
    z-index: 1100;
}

.spinner {
    width: 40px;
    height: 40px;
    animation: rotate 2s infinite linear
}

.dot1,
.dot2,
.dot3,
.dot4 {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    animation: bounce 2s infinite ease-in-out
}

.dot2,
.dot4 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

