
                
.btn-btn-success {
color: rgb(68, 111, 187);}
.card{

top:70px;
width: 800px;
background-color: #192444;
}
.background{
width: 430px;
height: 500px;
position: absolute;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
}
.background .shape{
height: 200px;
width: 200px;
position: absolute;
border-radius: 50%;

}

form{
height: 520px;
width: 400px;
background-color: rgba(255,255,255,0.13);
position: absolute;
transform: translate(-50%,-50%);
top: 300px;
left: 50%;
border-radius: 10px;
backdrop-filter: blur(10px);
border: 2px solid rgba(239, 11, 11, 0.1);
box-shadow: 0 0 40px rgba(8,7,16,0.6);
padding: 50px 35px;
}
form *{
font-family: 'Poppins',sans-serif;
color: #3270bb;
letter-spacing: 0.5px;
outline: none;
border: none;
}
form h3{
font-size: 32px;
font-weight: 500;
line-height: 42px;
text-align: center;
}

label{
display: block;
margin-top: 30px;
font-size: 16px;
font-weight: 500;
}



::placeholder{
color: #e5e5e5;
}
button{
margin-top: 50px;
width: 100%;
background-color: #2979ce;
color: #080710;
padding: 15px 0;
font-size: 18px;
font-weight: 600;
border-radius: 5px;
cursor: pointer;
}
.page-header{
margin-top: 55px;
}

.input-group {
    display: flex;
    align-items: stretch; /* Ensures both icon and input match height */
}

.input-group-prepend {
    display: flex;
    align-items: center;
    justify-content: center;
   
    background-color:#e9ecef;
    
} 



.input-group-text{
   background-color: rgba(255,255,255,0.13); ;
}















    