/*Add your customer CSS for the landing page/frontend here*/

html body{
    background: #141314;
    background: url('https://lao-manager.com/wp-content/uploads/2025/03/bg-scaled.jpg');
    background-size: auto;
    background-size: cover;
  
    font-family: "Inter Tight";
    margin: 0;
    overflow-x: hidden;
    color: #2c3e50;
    font-weight: 300;
    font-size: 14px;
  }

  .heading_mobile {display: flex;
    justify-content: center;
    margin-top: 50px;}
  h4{
    font-family: "DM Sans", sans-serif;
    color: #131313;
    font-weight: 400;
    font-weight: 900;
  letter-spacing: -0.5px; text-align: center; margin-top: 0px;
  }

  .account .signup {
    padding-top: 150px;
    min-height: 600px;
  }
  .x-sub-heading {text-align: center; line-height: 1.2;}
  .logform .signup-form {
    box-shadow: 35px 35px 71px #150d15, -35px -35px 71px #332a32;
    width: 400px !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 30px;
    z-index: 4;
    position: relative;
    border-radius: 20px;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 13px;
  }

  .btn-info {
    background-color: #c24bf2 !important;
  border: 1px solid #c24bf2 !important;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  
  }
  .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#c24bf2, #c24bf2), linear-gradient(#e9edf2, #e9edf2);
  }

  a.text-center.m-t-10{
    width: 100%;
    display: block;
    font-weight: 500;
    color: #666;
  }

  a.text-center.m-t-10:hover{
    color: #999;
  }
    .btn-info:hover { opacity:0.8}