body{
    padding: 0px;
    margin: 0px;
    overflow:hidden;
    background-image: url(gradient.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500%;
}
.form-box{
    background: #fffefe;
    margin: auto;
    width: 550px;
    height: 450px;
    position: relative;
    top: 190px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.logo-pos{
    width: 27%;
    position: absolute;
    top: 50px;
    left:50px ;
    bottom: 0px;
    right: 0px;
}
.text-01{
    font-family: "Segoe UI";
    color: rgb(71, 71, 71);
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    top: 120px;
    left:55px ;
    bottom: 0px;
    right: 0px;

}
input[type="email"] {
    position: absolute;
    top: 170px;
    left: 50px;
    width: 80%;
    height: 50px;
    border:none ;
    box-sizing: border-box;
    background: rgb(255, 255, 255)
      linear-gradient(#3d3d3d, #3d3d3d) center bottom 5px /calc(100% - 10px) 1px no-repeat;
}
input[type="email"]::placeholder{
    font-family: "Calibri";
    padding-left: 4px;

    font-size:20px;
}
input[type="email"]:focus{
    padding-left: 5px;
    font-size: 20px;
}
.text-02{
    font-family: "Segoe UI";
    color: #4a4a4a;
    font-size: 15px;
    position: absolute;
    top: 240px;
    left: 56px;

}
a:hover{
    color: #807d7d;
    text-decoration: underline;
}

.text-03{
    font-family: "Segoe UI";
    font-size: 15px;
    position: absolute;
    color:#1b77c0 ;
    top: 240px;
    right:0px ;
    bottom:0px ;
    left: 145px;
}

.text-04{
    font-family: "Segoe UI";
    font-size: 15px;
    position: absolute;
    top: 285px;
    left: 56px;

    color:#1b77c0 ;
}
.btn-back{
    position: absolute;
    top: 350px;
    left: 220px;
    background-color: #cccccc;
    padding: 9px 50px;
    text-decoration: none;
    border: none;
    font-size: 20px;
}
.btn-back:hover{
    background-color: #a3a1a1;
    cursor:pointer;
}
.btn-next{
    position: absolute;
    top: 350px;
    left: 370px;
    background-color: #0067b8;
    color: #ffffff;
    padding: 9px 50px;
    text-decoration: none;
    border: none;
    font-size: 20px;
}
.btn-next:hover{
    cursor: pointer;
}

