@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}



.container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container-login-client {
  position: relative;
  width: 320px;
  padding: 30px;
  top: 10rem;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  color: #757575;
}

.client2 {
  color: white;
}

.client {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.container-name-cliente {
  position: relative;
  left: 78px;
  top: 12px;
  text-align: center;
}

.screen {
  background: linear-gradient(178deg, #CF8020, #3a3a3a);
  position: relative;
  height: 600px;
  width: 360px;
  box-shadow: 0px 0px 24px #393939;
}

.screen__content {
  z-index: 1;
  position: relative;
  height: 97%;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  -webkit-box-shadow: 10px -8px 18px -6px rgba(28, 28, 28, 1);
  -moz-box-shadow: 10px -8px 18px -6px rgba(28, 28, 28, 1);
  box-shadow: 10px -8px 18px -6px rgba(28, 28, 28, 1);
  height: 559px;
  width: 520px;
  background: #fff;
  top: -7px;
  right: 100px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 282px;
  background: #ff9a2c;
  top: -153px;
  right: -34px;
  border-radius: 19px;
  transform: rotate(0deg);
}

.container-info-footer {
  margin-top: -70px;
  text-align: center;
}

.p-cliente {
  font-size: 11px;
  position: relative;
  color: white;
  top: -126px;
  z-index: 9999;
  left: 82px;
  text-align: center;
}

.screen__background__shape3 {
  height: 578px;
  width: 190px;
  background: linear-gradient(270deg, #2d2d2d, #676767);
  top: -31px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #202020;
  top: 423px;
  right: 68px;
  border-radius: 60px;
}

.login {
  width: 320px;
  padding: 30px;
  padding-top: 208px;
}

.login__field {
  padding: 5px 3px 20px 0px !important;
  position: relative;
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #7875b5;
}

.login__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 0px;
  font-weight: 700;
  width: 58%;
  transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #ff9a2c;
}

.login__submit {
  border: none;
  background: #fff;
  font-size: 14px;
  padding: 16px 18px;
  border-radius: 26px;
  /* border: 1px solid #3d3d3d; */
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 30%;
  color: #ff9a2b;
  box-shadow: 0px 1px 3px #ff9a2b;
  cursor: pointer;
  transition: 0.2s;
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
}

.login__submit:hover {
  border: none;
  background: #535353;
  font-size: 14px;
  padding: 16px 18px;
  border-radius: 26px;
  /* border: 1px solid #3d3d3d; */
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 30%;
  color: #ffffff;
  box-shadow: 0px 1px 3px #915718;
  cursor: pointer;
  transition: 0.2s;
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
}


.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6a679e;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875b5;
}

.social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #7875b5;
}

.social-login__icon:hover {
  transform: scale(1.5);
}

@-webkit-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.container-gear {
  transform: scaleX(-1);
  top: 150px;
  position: absolute;
  bottom: 15px;
  left: 0%;
  height: 150px;
  width: 200px;
  margin-top: -75px;
}

.h2-text {
  top: -5px;
  position: absolute;
  color: #555555;
  font-size: 38px;
  left: -8px;
}

.sar-at {
  position: relative;
  top: 26px;
  left: 24px;
}

.gearbox {
  background: #11111100;
  height: 190px;
  width: 200px;
  position: relative;
  border: none;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

}

.gearbox .overlay {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;

  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.gearbox.turn .overlay {
  background: transparent;
}

.gear {
  position: absolute;
  height: 60px;
  width: 60px;

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.gear.large {
  height: 120px;
  width: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

.gear.large:after {
  height: 96px;
  width: 96px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
}

.gear.one {
  top: 12px;
  left: 10px;
}

.gear.two {
  top: 92px;
  left: 71px;
}

.gear.three {
  top: 22px;
  left: 52px;
}

.gear.four {
  top: 13px;
  left: 128px;
}

.gear:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;

}

.black {
  background-color: black !important;
}

.orange {
  background-color: #ff9a2c !important;
}

.gear-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #555;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.large .gear-inner {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}

.gear.one .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear;
}

.gear.two .gear-inner {
  -webkit-animation: clockwise 3s infinite linear;
  -moz-animation: clockwise 3s infinite linear;
}

.gear.three .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear;
}

.gear.four .gear-inner {
  -webkit-animation: counter-clockwise 6s infinite linear;
  -moz-animation: counter-clockwise 6s infinite linear;
}

.gear-inner .bar {
  background: #555;
  height: 16px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.large .gear-inner .bar {
  margin-left: -68px;
  width: 136px;
}

.gear-inner .bar:nth-child(2) {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.gear-inner .bar:nth-child(3) {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.gear-inner .bar:nth-child(4) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gear-inner .bar:nth-child(5) {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.gear-inner .bar:nth-child(6) {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

h1 {
  font-family: "Helvetica";
  text-align: center;
  text-transform: uppercase;
  color: #888;
  font-size: 19px;
  padding-top: 10px;
  text-shadow: 1px 1px 0px #111;
}
.bottom{
  margin-bottom: 25px;
}
.top{
  margin-top: -10px;
}
.error{
  margin: -11px 10px 10px 0px;
    color: red;
    font-weight: bold;
    font-size: 11px;
}
button[disabled] {
  box-shadow: 0px 1px 3px #aaaaaa99;
    color: #aaaaaa99;
    opacity: 0.8;
    cursor: not-allowed;
}
button[disabled]:hover {
  background-color: white;
    box-shadow: 0px 1px 3px #aaaaaa99;
    color: #aaaaaa99;
    opacity: 0.8;
    cursor: not-allowed;
}
a{
  color: #f79a2e;
  text-decoration: none;
}