ul {
  list-style-type: none;
  padding: 0px;
}
#login-form {
  margin-bottom: 50px;
}
.form-links li a {
  font-size: .85em;
  margin-right: 5px;
}
#login-form .row .col.s6 {
  display: flex;
  align-items: center;
}
#login-form .row {
  display: flex;
}
.justify-content-end {
  justify-content: flex-end;
}
#resultado, #existente {
  background-color: red;
  color: white;
  font-weight: bold;
  margin-top: 20px;
}
#resultado.ok, #existente.ok {
  background-color: green;
}





body {
  font-family: 'Poppins' !important;
  font-size: 14px;
}
.logo {
  font-size: 2em;
  color: #1a73e8;
  font-family: 'Poppins' !important;
}
.form-group {
  position: relative;
  padding-top: 20px;
  font-family: 'Roboto' !important;
}
.form-group label {
  font-size: 1em;
  position: absolute;
  top: 35px;
  left: 20px;
  color: #8b9095;
  transition: all .25s;
  will-change: margin;
}
.form-control {
  border-radius: 4px;
  border: 1px solid #efefef;
  height: 50px;
}
.form-control:focus {
  border: 2px solid #1a73e8;
  box-shadow: none;
  outline: none;
}
.btn.btn-primary {
  color: #fff;
  font-family: 'Poppins';
  font-size: .9em;
  font-weight: 600;
  background: #1a73e8;
  padding: 7px 15px;
}

.form-group label, .form-group label {
  top: 10px;
  left: 10px;
  padding: 0 10px;
  background: #fff;
  color: #1a73e8;
  font-size: .85em;
}
.form-control:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  border: 2px solid #1a73e8;
}
.form-title {
  font-size: 30px;
  color: #000;
}



.py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.h-v100 {
  height: 100vh !important;
}

.toggle-password {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 15px;
  bottom: 15px;
  line-height: 5px;
}
.card {
  border-radius: 10px;
}
.from-title {
  font-family: 'Poppins' !important;
}

.valid-ruc {
    color: green;
    position: absolute;
    cursor: pointer;
    display: none;
    right: 15px;
    bottom: 43px;
    line-height: 5px;
}
.valid-ruc.active {
    display: inline-block;
}