*
{
    padding: 0;
    margin: 0;
}

.bgg
{
    background-image: url("https://img.freepik.com/free-vector/background-with-realistic-balls-vector-illustration_8829-2825.jpg?size=626&ext=jpg&ga=GA1.1.2041053507.1706020932&semt=ais");
    width: 100%;
    height: 760px;
    object-fit: cover;
    background-size: cover;    
}

.main
{
    padding-top: 60px;
    margin: auto;
}

.f-bg 
{
  
    height: 630px;
    width: 600px;
    margin-left: 200px;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    border: solid 1px lightgray;
    color: white;
}

.form-control
{
    width: 300px;
    background-color:rgba(255, 255, 255, 0);
    color: white;
    
}

.l-name
{
    width: 230px;
    color: white;
}

.date
{
    width: 230px;
    color: white;

    
}

.text
{
    color: white;
}


.left
{
    margin-left: 25px;
    color: white;
}

.right
{
    margin-left: 6px;
    color: white;
}



.otp
{
    width: 35px;
    height: 30px;
    margin: 10px;
    color: white;
}

.otp-1
{
    display: flex;
    justify-content: center;
    
}

.butto
{
    align-items: center;
    margin: auto;
    text-align: center;
    color: white;
}

.l-pass
{
    width: 250px;
    color: white;
}

.l-word
{
    width: 250px;
    color: white;
}

.f-bg-1
{
  
    height: 630px;
    width: 520px;
    margin-top: 60px; 
    backdrop-filter: blur(6px);
    border-radius: 20px;
    border: solid 1px lightgray;
    color: white;
   
}




#otp
{
  padding-left: 80px;
}

.output
{
    
    width: 90%;
    border-radius: 10px;
    
    background-color: rgba(255, 255, 255, 0.137);
    text-align: center;
  
    font-size: 10px;
    backdrop-filter: blur(25px);
}



@media only screen and (min-width:360px)  and (max-width:640px)
{
    .bgg
    {
        background-image: url("");
        width: 100%;
        height: 760px;
        object-fit: cover;
        background-size: cover;
        
    }

    .f-bg 
{
  
    height: 630px;
    width:100%;
    margin-left:0px;
    /* backdrop-filter: blur(6px);
    border-radius: 20px;
    border: solid 1px lightgray;
    color: white; */
}
}
    
