section.user_info {
  background-color: var(--bg-primary);

}

.login-container {
    max-width: 450px;
    margin: 2rem auto;
      background: #ffffff33;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
  }

#side-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.15); */
  border-radius: 16px;
  background: #ffffff33;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.27);
  max-width: 1000px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  padding-top: 0;
  margin-bottom: 30px;
  /* height: 89vh; */
}

.company-info ul {
  list-style: none;
  padding: 0;
}

.brand {
  text-align: center;
} 

.brand span {
  color: var(--primary-color);
}



/* .company-info{
        background: #c6c9cd;
        color: azure;
      }
      .company-info h3, .company-info ul{
        text-align: center;
        margin: 0 0 1rem 0;
      } */

/*IDEA:  FORM STYLES */
.alert {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

.form-infor {
  margin-top: 0;
}

form {
  padding: 0 20px 20px 20px;
}

form #f {
  text-align: right;
}

form label {
  display: block;
}

form p {
  padding-top: 10px;
  margin: 0;
}

form .full {
  grid-column: 1/ 3
}

form button,
form input {
  width: 100%;
  padding: 1em;
  border: 1px solid #c9e6ff;
}

form button, .p-c-login-group .passkey-login, .p-c-login-group .login-code {
  border: 0;
  border-radius: 30px;
  background: var(--primary-color);
  color: var(--text-primary);
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 10px !important;
  margin-top: 10px;
}

form button:hover,
form button:focus, .p-c-login-group .passkey-login{
  background: var(--secondary-color);
  color: var(--accent-color);
  outline: 0;
  transition: background-color 1s ease-out;
}
.p-c-login-group .passkey-login:hover, .p-c-login-group .passkey-login:focus,
 .p-c-login-group .login-code:hover, .p-c-login-group .login-code:focus {
  background: var(--primary-color);
  outline: 0;
  transition: background-color 1s ease-out;
}
.pass-forgot p{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.learn-more {
  background-color: #80808030 !important;
  color: var(--primary-color);
  font-weight: bolder;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

p input {
  height: 10px;
}

.id-remember {
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
}

.buttons {
  text-align: center;
}

.errorlist {
  list-style: none;
  color: red;
  margin-bottom: 0;
}

.helptext {
  display: none;
}
/* PASSKEY AND LOGIN CODE */
.p-c-login-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.p-c-login-group .login-code {
  display: block;
  height: 30px;
}
/* end */


  .social-login {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  
  .social-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-bottom: 0.5rem;
    transition: opacity 0.3s;
  }
  
  .social-login a:hover {
    opacity: 0.9;
  }
  
  .social-login i {
    margin-right: 0.5rem;
  }
  
  .github-btn {
    background-color: #333;
  }
  
  .google-btn {
    background-color: #DB4437;
  }
  .divider {
    text-align: center;
    margin: 0.2rem 0;
    overflow: hidden;
  }
  
  .divider span {
    position: relative;
    font-size: 0.9rem;
    color: #6c757d;
  }
  
  .divider span:before,
  .divider span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  
  .divider span:before {
    right: 100%;
    margin-right: 15px;
  }
  
  .divider span:after {
    left: 100%;
    margin-left: 15px;
  }

  .helper-links {
    text-align: center;
    margin-top: 1.5rem;
  }
  
  .helper-links a {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
  }

.socialaccounts a strong {
  color: var(--text-primary);
}

/* IDEA: LARGE SCREENS */
@media(min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #bg {
    background-size: 100%;

    background-position: center center;

    background-repeat: no-repeat;
  }

  .wrapper .wrapperD>* {
    padding: 1em;
  }

  /* form p {
    padding-top: 30px;
  } */

  form .signup p {
    padding-top: 10px;
  }

  .company-infor h3,
  .company-info ul,
  .band {
    text-align: center;
  }

  .company-info h3,
  .company-info ul {
    text-align: center;
    margin: 80px 0 1rem 0;
  }
}