@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
body{
     overflow: hidden; 
}
form{
    display: block;
    align-items: center;
}
.submit{
    position: relative;
    left: -35px;
    top: 122px;
}
.form,.submit{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 70px;
}
.form{
    background-color: #b9b5c6;
    border-radius: 40px;
    width: fit-content;
    position: relative;
    left: 37%;
    padding: 55px;
    box-shadow: 11px 14px 17px 0px black;
}
.submit{
    width: 50%;
}
h1{
    color: white;
    padding-right: 80px;
}
input{
    padding: 15px;
    margin: 10px;  
    
}
#email{
    width: 224px;
    background-color: #385273;
    font-weight: bolder;
}
#password{
    width: 224px;
    background-color: #385273;
    font-weight: bolder;
}
.img-11{
    position: relative;
    height: 95px;
    bottom: -110px;
    left: 721px;
    z-index: 1;
}
p{
    display: inline;
}
#btn-1{
    background-color: black;
    border: 0px;
    position: relative;
    left: 424px;
    bottom: 27px;
    z-index: 9999;
    border-radius: 40px;
    width: 280px;
    cursor: pointer;
    text-shadow: -1px 5px 15px black;
    font-size: 28px;
    color: white;
    margin-top: 44px;
}
#btn-1:hover{
    background-color: white;
    color: black;
}
h1{
    text-align: center;
    position: relative;
    top: 50px;
    left: 40px;
}
.img-12{
    width: 100%;
}
.form1{
    position: relative;
    top: -800px;
}