
/* 
    Created on : 09-May-2024, 1:51:39 pm
    Author     : Techypreneur n
*/


.tp-login-hdr{
    height: 850px;
    padding-top: 100px;
    
}

.tp-login-hdr h2{
    max-width: 200px;
    margin: auto;
}

.tp-login-hdr p{
    max-width: 650px;
    margin: auto;
    padding-top:25px;
    padding-bottom: 50px;
}


.tp-login-switch {
    margin: auto;
    width: 200px;
    height: 10px;
    list-style: none;
    padding: 0;
}
.tp-login-switch > li {
    display:inline;    
}

.tp-login-switch > #left {
    width:100px;
    padding: 0 5px 0 5px;
    float: left;  
   
    
}
.tp-login-switch > #right {
    width:100px;
    float: right;
}

.tp-selected{
     border-bottom: 3px solid red;
}



.tp-login-form{
    border: 0px solid white;
    margin: auto;
    max-width: 400px;
    
}

.tp-login-form > div {
    margin: auto;
}

.tp-input{
    width1: 300px;
}

.tp-btn-login{
    width1: 300px;
    background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd);
}

.tp-btn-login:hover{
    font-size: 18px;
    cursor: pointer;
}


/*  could be moved to common css*/
pre.tp-modal-text{
    white-space: pre-wrap; /* Wraps the text to fit within the parent */
    word-wrap: break-word; /* Breaks long words to fit */
    overflow: auto; /* Adds scrollbars if content exceeds boundaries */
    max-width: 100%; /* Ensures it doesn't go beyond the parent */
    text-align:justify;
}
