.btn-01 {
  color: #ffffff;
  border: none !important;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#222222), to(black)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #222222 0%, black 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-01:hover {
  color: #ffffff;
  border: none !important;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(black), to(#222222)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, black 0%, #222222 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-01:active {
  color: #ffffff;
  background: #5a999e !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-01:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-wrapper .lavalite-bg {
  height: 100vh;
  position: relative;
  width: 100%;
  background-image: url("../images/bg_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auth-wrapper .lavalite-bg .lavalite-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.auth-wrapper .authentication-form {
  font-size: .9rem;
  width: 70%;
  display: block;
  padding: 100px 0;
}

.auth-wrapper .authentication-form .logo-centered {
  width: 100px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 40px;
}

.auth-wrapper .authentication-form h3 {
  font-size: 20px;
  color: #272d36;
  margin-bottom: 20px;
}

.auth-wrapper .authentication-form .form-group {
  position: relative;
}

.auth-wrapper .authentication-form .form-group .form-control {
  padding-left: 40px;
}

.auth-wrapper .authentication-form .form-group .form-control ~ i {
  position: absolute;
  top: 10px;
  left: 15px;
}

.auth-wrapper .authentication-form .sign-btn {
  margin-top: 30px;
}

.auth-wrapper .authentication-form .register {
  margin-top: 30px;
  text-align: center;
}

.auth-wrapper .texto-banner {
  z-index: 5;
}

.auth-wrapper .texto-banner h1 {
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}
/*# sourceMappingURL=sing.css.map */