.tp-password{
    position: relative;
}

.tp-password i{
    position: absolute;
    color:black;
    right: 23PX;
    top: 37px;
    cursor: pointer;
}

*{
    text-transform: capitalize;
}

input[type="email"] {
        text-transform: none; /* Override the capitalize transform */
    }
    
    input{
        text-transform: none; /* Override the capitalize transform */
    }


header{
    padding:15px 0 15px 0;
    position:fixed;
    top: 0;
    width:100%;
    background: black;
    z-index: 999;
}

header h2{
    text-align:center;
    color: #FFFFFF;

}


.banner{
    background: #141414;
    padding: 40px 20px 40px 20px;
    margin-top:100px;
}

.pkheadone{
    color:black;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 100%;
    padding-right: 12px; 
    margin:15px 0;

}

.pkheadtwo{
    color:black;
    font-size:18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-right: 12px; 
    margin:22px 0;

}

footer{
    position: fixed;
    bottom:0;
    width:100%;
}

.tt{
    color: #c7c7c7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.28px;
}

.fp{
    color: #ededed;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.48px;
}

.procced{
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 32px;
    border-radius: 30px;
    background: #ff007f;
    color: #fff;
    color: var(--White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .1px;
}

.Tickets_wrapper__F1haz>.Tickets_ticket_wrapper__qoGIe>.Tickets_steps__26xwS {
    display: inline-flex;
    padding: 16px 28px;
    align-items: center;
    justify-content: center!important;
    grid-gap: 10px;
    gap: 10px;
    margin-top: 20px;
}

.Tickets_step__31vbI {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    gap: 6px;
}
.Tickets_pending__1XzXh {
    background-image: url(https://sortmyscene.com/static/media/step_pending.d58ea7a7.svg);
}

.Tickets_icon__3OGav {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}


.Tickets_arrow__35P-- {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://sortmyscene.com/static/media/arrow.a30190c7.svg);
}

.Tickets_done__3xfp {
    background-image: url(https://sortmyscene.com/static/media/step_done.1629a180.svg);
}

.Tickets_icon__3OGav.Tickets_done__3xfpC {
    background-image: url(https://sortmyscene.com/static/media/step_done.1629a180.svg);
}

.Tickets_icon__3OGav {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.alert-boxx{
    top: 20px;
right: 40px;
background: #01c0c8;
    position:fixed;
z-index: 9000 !important;
width: 250px;
padding:10px 0;
 }


 @media only screen and (max-width: 450px) {
     .img-res{
        text-align: center;
    }

    .res-font{
        font-size:11px;
    }

    .res_font_button{
        font-size:14px;
    }

    .pkheadone{
        font-size:14px; 
    }
        
        .banner{
            margin-top:20px;
        }
    
  }