*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
.hero{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../images/slide1.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
}
.form-box{
    top: -55px;
    width: 380px;
    height: 500px;
    position: relative;
    margin: 6% auto;
    background: rgb(246, 246, 248);
    padding: 5px;
    overflow: hidden;
}
.button-box{
    width: 100px;
    margin: 5px auto;
    position: relative;
   
    text-align: center;
    background-color: #0e63ae;
    border-radius: 30px;
}
.btn{
    padding: 10px 10px;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    text-align: center;
    font-weight: lighter;
}
.header{
    font-size: 15px;
    color: #0b034d;
    display: inline;
}
.hi{
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 80px;
}
#register{
    left: 50px;
}
.input-group{
    top: 135px;
    position: absolute;
    width: 280px;
    transition: .5s;
}
.input-field{
    width:100%;
    padding: 5px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(1, 29, 91);
    outline: none;
    background: transparent;
}
.submit-btn{
    width: 35%;
    padding: 10px 25px;
    cursor: pointer;
    display: inline;
    margin-right: 10px;
    margin-left: 20px;
    background: linear-gradient(to right, #9785fc, #03013e);
    border: 0;
    outline: none;
    border-radius: 15px;
    justify-items: center;
    color: #fff;
    margin-top: 10px;
}
form{
    margin-top: -40px;
}
label{
    font-size: small;
}
input.radio{ 
    display: inline; 
}
