

body {
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background-image: url("../img/backgroundConecta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100vh;
  color: #303030;
}

@media (max-width: 767px) {
  body {
    background-image: url("../img/backgroundConectaMobil.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 100vh;
    height: 100%;
    width: 100%;

  }
}

.logo {
    text-align: center;
    width: 250px;
}

.option, .option1, .option2, .option3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: white;
  text-align: center;
  border-radius: 15px;
  transition: background-color 0.2s ease;
  text-decoration: none; 
}

@media (max-width: 640px) {
  .option, .option1, .option2, .option3 {
    height: auto;
  }
}

.option-text {
  margin-top: 10px;
}

.link-wrapper{
  text-decoration: none;
  color: #ffffff;
  display: flex;
  height: 100%;
}

.link-wrapper:hover {
  text-decoration: none; 
  color: inherit;
  color: #ffffff;
}

.link-wrapper .option, 
.link-wrapper .option1, 
.link-wrapper .option2,
.link-wrapper .option3 {
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.option:hover, .option1:hover, .option2:hover, .option3:hover {
  background-color: #606060 !important;
  transform: scale(1.02);
}

.img-option{
  width: 60%;
}

@media (max-width: 640px) {
  .img-option {
    width: 70% !important;
  }
  .option-text {
    font-size: .8rem;
  }
  .pad-alter{
    padding: 0px 7px 5px 7px !important;
  }
  .pad-alter2{
    padding: .5rem !important;
  }
  .mgn-alter{
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }
}

/* New styles */

a {
  text-decoration: none;
}

a:hover {
  color: #de2c2f;
  text-decoration: underline;
  transition: .3s all ease;
}

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

#login::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007bff;
  margin-top: 10px; 
}

.login-wrap {
  position: relative;
  padding: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 25px !important;
}

.form-control {
  height: 48px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus, .form-control:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #blue;
}

.form-control-placeholder {
  position: absolute;
  top: 2px;
  padding: 7px 0 0 15px;
  transition: all 400ms;
  opacity: .6;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  transform: translate3d(0, -100%, 0);
  padding: 7px 0 0 0;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #de2c2f;
  font-weight: 700;
}

.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

.toggle-password:hover, .toggle-password:active{
  color: #de2c2f;
}

.form-control {
  height: 40px !important;
  background: #fff;
  color: #000;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: none !important;
  border: transparent; 
}

.bg-connect{
  background-color: #f5b228 !important;
}

.pad-alter2{
  padding: 2rem 1rem 2rem 1rem;
}

.mgn-alter{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
