body {
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}
.main-header{display:none;}
.login-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.welcome-section {
    /* flex: 1; */
    background: url('http://127.0.0.1/internal/wp-content/themes/hello-theme-child-master/images1/loginside.png') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.form-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    /* background-color: #fff; */
    background: url('http://127.0.0.1/internal/wp-content/themes/hello-theme-child-master/images1/loginbg.png') no-repeat center center/cover;
}
.login-card {
    width: 100%;
    max-width: 400px;
}
h4.logintext{
    font-weight: 600;
}
.logo {

    margin-bottom: 20px;
}
.login-btn {
    display: inline-block;
    background: #203C76;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    transition: background 0.3s ease;
}
.verify-btn {
    display: inline-block;
    background: #203C76;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    transition: background 0.3s ease;
}
.register-btn {
    display: inline-block;
    background: #203C76;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    transition: background 0.3s ease;
}
.continue-btn {
    display: inline-block;
    background: #203C76;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    transition: background 0.3s ease;
}
.logo img {
    height: 60px;
}
.bg-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: url('http://127.0.0.1/internal/wp-content/themes/hello-theme-child-master/images1/loginbg.png') no-repeat center center/cover;
}



.verification-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
  }

  .otp-input {
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
  }

  .resend-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
  }


@media screen and (min-width: 320px) and (max-width:575px){
    .welcome-section{
        flex: 1;
    } 
}


.forgot1{
   display: none;
}
.register1{
    display: none; 
}
.otp1{
    display: none; 
}
.regsuccess1{
    display: none; 
}




.success-card {
    max-width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  .success-card img {
    width: 100%;
    max-height: 250px;
    margin-bottom: 20px;
  }

  .success-card h4 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .success-card p {
    color: #6c757d;
    margin-bottom: 20px;
  }

  
  .loginreg-btn  {
    display: inline-block;
    background: #203C76;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* font-weight: bold; */
    transition: background 0.3s ease;
}

  .btn-login:hover {
    background-color: #003580;
    color: #fff;
  }