@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body{
    padding: 0;
    /* match global gradient */
    background: linear-gradient(135deg, #f3e8ff 0%, #ffffff 100%);
    font-family: 'Montserrat', sans-serif;
}
.loginbanner{
    width: 100%;
    height: auto;
}
.tabnav{
    width: 100%;
    height:50px;
    border-radius: 12px;
    background: #f3e8ff;
    color: #6d28d9;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
}
.tabnav .login{
    width: 50%;
    text-align: center;
}
.tabnav a{
    color: #6d28d9;
}
.active{
    width: 50%;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    color: #ffffff !important;
    background: #6d28d9;
}
 
input::placeholder{
    color: #A7A8AC !important;
    font-size: 14px;
    font-family: 'fontl';
} 

.inputbox{
    box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
.label{
    color: #6d28d9;
    font-size: 14px;
    font-family: 'fontb';
    display: block;
    margin-top: 15px;
}
.inputbox{
    width: 100%;
    height: 48px;
    border: 1px solid #6d28d9;
    box-sizing: border-box;
    padding:0 12px;
    color: #A7A8AC;
    font-size: 12px;
    border-radius: 12px;
    margin-top: 10px;
    background: #F9F9FA;
}
input{
    color: #6d28d9 !important;
    font-size: 14px;
    background: #F9F9FA;
}
.inputbox input{
    flex: 1;
    border: none;
    outline: none;
    margin-left: 10px;
}
.submit{
    width: 100%;
    height: 56px;
    border-radius: 24px;
    background-image: linear-gradient(to bottom, #6d28d9, #ec4899);
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    margin-top: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.inputbox img{
    width:100px; 
}
/* .loginbtn{
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom right, #12B07E, #7ADF8D);
    margin-top: 60px;
    text-align: center;
    line-height: 50px;
    font-family: 'fontb';
    font-size: 16px;
}
.inputbox{
    width: 100%;
    border: 1px solid #3E434E;
    width: 100%;
    height: 46px;
    box-shadow: inset 0px 0px 16px 0px #393D47;
    background-color: #2E3138;
    box-sizing: border-box;
    padding: 0px 10px;
    border-radius: 6px;
}
.inputbox input{ 
    height: 46px;
    border: none;
    background: none;

    
}
.inputbox input:focus{
    outline:0;
}
.inputbox img{
    width:100px; 
} */
