/* body{
  
} */
.Form-Container
{
    height: 100vh;
    width: 85%;
    background-color: rgba(255, 255, 255, 0.125);
    backdrop-filter: blur(155px);
   background-size: cover;
   position:fixed ;
   top: 0;
   right: 0;
    display: flex;
   
    justify-content: space-around;
}
.Form-main
{
    height: 50%;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.353);
    backdrop-filter: blur(32px);
    margin: auto;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
   display: inline-flex;
   /*overflow: scroll;*/
}


form{
    height: 60%;
    width: 100%;
   display: inline-flex;
   flex-wrap: nowrap;
   flex-direction: column;
    
}
#submit-btn
{
    height: 30px;
   border-radius: 10px;
    background-color: transparent;
    margin: 0.4rem;
    /* margin: 9% 5% 6% 22%; */
}
#submit-btn:hover{
    height: 30px;
   
    background-color: rgba(0, 0, 255, 0.477);
    color: white;
    font-weight: bold;
    border-radius: 15px;
}