

.signup-page{
    min-height:100vh;
}

.signup-banner {
    padding: 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.banner-text .badge{
    background:#ddd;
    color:#5a2fc2;
    padding:6px 14px;
    border-radius:10px;
    font-weight:600;
    display:inline-block;
    margin-bottom:10px;
}

.banner-text h2{
    font-size:10px;
    margin:0;
}

.banner-text h1 {
    font-size: 16px;
    margin: 10px 0 0;
    color: #ffd24d;
}

.banner-img{
    width:170px;
}

.signup-card {
    background: #fff;
    border-radius: 25px 25px 0 0;
    padding: 25px;
    margin: 10px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-53%);
    width: 340px;
    box-shadow: 0px 0px 1px #ccc;
}

.signup-card h3{
    text-align:center;
    margin-bottom:20px;
}

.field{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    border-radius:12px;
    padding:12px;
    margin-bottom:15px;
}

.field input{
    border:none;
    outline:none;
    width:100%;
    font-size:15px;
}

.code{
    margin-right:10px;
    font-weight:600;
    color:#5a2fc2;
}

.otp-field{
    justify-content:space-between;
}

.otp-btn{
    background:#5a2fc2;
    color:#fff;
    border:none;
    padding:8px 16px;
    border-radius:10px;
}

.signup-btn{
    width:100%;
    background:#5a2fc2;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:14px;
    font-size:16px;
    margin-top:10px;
}

.sigup-bg{
    position: absolute;
    top:0px;
    width: 0px;
    background-color: red;
    z-index:-99;
}

.bg-signup{
    background: linear-gradient(180deg,#5a2fc2,#7a50ff);
    height: 300px;
}


/* instruction style start here */
.earn-card {
    text-align: left;
}

.earn-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.earn-steps {
    position: relative;
    padding-left: 20px;
}

.earn-step {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
}

.earn-step::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 40px;
    width: 2px;
    height: 100%;
    background: #cfd9ff;
}

.earn-step:last-child::before {
    display: none;
}

.earn-icon {
    width: 36px;
    height: 36px;
    background: #e6efff;
    color: #4f3cc9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.earn-text h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.earn-text p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}
