body{
    margin: 0px;
    margin-top: -23px;
    background-color: rgba(235, 235, 235, 0.863);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow: hidden;
    color: rgb(0, 0, 0);
}
h1,h3,h4{
    font-weight: 200;
}
.bubble{
    position: fixed;
    left: -700px;
    top: -800px;
    width: 1500px;
    height: 1500px;
    background:linear-gradient(315deg,rgba(0, 0, 0, 0.904),rgba(0, 0, 0, 0.904),rgba(1, 0, 22, 0.904),rgba(0, 1, 41, 0.548),rgb(32, 139, 172)),rgba(106, 255, 255, 0.836);
    border-radius:100% ;
    transform: rotate(550deg); 
    animation: bubble 2s forwards; 
}
.text{
    width: 600px;
    position: absolute;
    bottom: 110px;
    left:50px;
    text-align:center;
    color: white;
}

.email{
    position: relative;
}
.name{
    position: relative;
}
input{
    width: 370px;
    height: 30px;
    background-color:  transparent;
    border-radius: 30px;
    margin-top: 40px;
    border:1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    padding-left: 40px;
    caret-color: rgb(92, 92, 92);
    transition: all 0.5s ease-in-out;
    color: rgb(0, 0, 0);
}
label{
    position: absolute;
    left: 40px;
    bottom: 16px;
    background-color: rgb(235, 235, 235);;
    padding-left: 15px;
    transition: all 0.5s ease-in-out;
    padding-right: 15px;
    padding-bottom: 0px;
    pointer-events: none;
}
.btn{
    margin-top: 30px;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;    
    background-color: blue;
    border-radius: 20px;
    font-size: 18px;
    transition: all 0.8s ease-in-out;
    font-weight: 100px;
    color: white;
}
.btn:hover{
    opacity: 0.8;
}
.rat{
    position: absolute;
    bottom: 17px;
    left: 18px;
    color: rgba(138, 138, 138, 0.829);
}
.email input:focus + label,
.email input:not(:placeholder-shown) + label {
    bottom: 40px;
}
.head{
    animation: fade 1s forwards;
}
.par{
    width: 600px;
    animation-delay: 5s;
    animation: fade2 2s backwards;
}
.fname{
    position: relative;
    width: 80%;
    display: inline-block;
}
.nm{
    position: relative;
    display: inline-block;
}
.nm1{
    position: relative;
    top: -90px;
    float: right;
}
.mai{
position:relative;
    width: 560px;
    height: 580px;
    top: 50px;
    left: 800px;
    overflow: hidden;
}
.sign{
    position: relative;
    top:-620px;
    left:-580px;
    width: 500px;
    padding: 20px;
    height: 550px;
    transition: all 1.5s ease-in-out;
    float: left;
}
.form1{
    position: relative;
    float: right;
    top: 80px;
    left:-30px;
    width: 400px;
    padding: 20px;
    height: 550px;
    animation: form 2s backwards 1s;
    transition: all 1.5s ease-in-out;
}