@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.auth-container {
  height: 100%;
  width: 100%;
}

.auth-container .auth-main {
  height: 100%;
  width: 100%;
  margin: 0px !important;
  min-height: 100vh;
}

.left-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

.left-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.left-content h1 {
  color: #fff;
}

.left-content p {
  color: #fff;
}

.auth-form-section {
  background-color: #fff;
}

.auth-form-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px !important;
  border-radius: 10px;
  cursor: pointer;
}

.auth-form-btn button {
  width: 100%;
}

.form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.auth-signup-text {
  font-size: 18px;
  color: #000;
  padding-bottom: 30px;
  width: 410px;
  max-width: 100%;
}

.sign-up-link {
  color: #3699ff;
  font-size: 20px !important;
  margin: 0px 10px;
}

.auth-wrapper {
  width: 410px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.login-title {
  margin-bottom: 20px;
}

.social-login-title {
  font-size: 15px;
  color: #919aa3;
  display: flex;
  margin: 20px 0px;
}

.social-login-title::before,
.social-login-title::after {
  content: "";
  background-image: linear-gradient(#bbb8b8, #f3f3f3);
  flex-grow: 1;
  background-size: calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}

.social-login-title::before {
  background-position: center left;
}

.social-login-title::after {
  background-position: center right;
}

.welcome-msg {
  font-weight: 500;
}

.social-icon {
  text-align: center;
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.sm-icon {
  height: 16px !important;
  width: 16px !important;
}

.show-pwd-icon {
  color: rgba(0, 0, 0, 0.55);
  padding: 12px;
}

.face-icon {
  color: rgba(0, 0, 0, 0.55);
}

.auth-locked {
  font-size: 60px;
  color: #333;
  width: 120px;
  height: 120px;
  background-color: transparent;
  margin: 0 auto;
}

.auth-locked img {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.auth-locked-title {
  font-size: 30px;
  font-family: Poppins, sans-serif;
  color: #403866;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
}

.error-header {
  font-size: 80px;
  line-height: 1.2;
  color: #403866;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
}

.error-subheader {
  font-size: 17px;
  color: #403866;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
}

.error-subheader2 {
  font-size: 12px;
  color: #919192;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 500;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.auth-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top-color: #000000;
  animation: spinner 0.8s linear infinite;
}

/* AUTHENTICATION */

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

.input-group-text {
  background-color: transparent;
  border: none;
}

.form-floating > .input-group > input:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-floating > .input-group > input:not(:placeholder-shown) {
  padding-right: 40px;
  /* Incrementar si el icono se superpone con el texto */
}

.form-floating > label {
  left: 20px;
}

.form-floating > input:focus ~ label {
  top: -20px;
  font-size: 14px;
}

.form-floating > label > i {
  margin-right: 5px;
}

.color-text {
  color: #666;
}

.input-text {
  padding: 30px 25px;
  border-radius: 5px;
  border: 1px solid #999;
}

.padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
