*{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

/* Hero */
.hero{
    width: 100%;
    height: 100vh;
    background-image: url(images/background.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    
}
.form_box{
    width: 280px;
    height: 350px;
    position: relative;
    margin: 6% auto;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    ;
    padding: 5px;
    overflow: hidden;
}
.button_box{
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px #ff61241f;
    border-radius: 30px;
}
.toggle-btn{
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
}
.btn{
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right, #10a932,#2942c4);
    border-radius: 30px;
    transition: .8s;
}
.social-icons{
    margin: 30px auto;
    text-align: center;
    margin-top: 85%;
}

.social-icons img{
    
    width: 25px;
    margin: 0 12px;
    box-shadow: 0 0 20px 0 #7f7f7f3d;
    cursor: pointer;
    border-radius: 50%;
}
.input_group{
    top:90px;
    position: absolute;
    width: 280px;
    transition: .5s;
}
.input-field{
    width: 90%;
    padding: 10px;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}
.submit-btn{
    width: 90%;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #10a932,#2942c4);
    border: 0;
    outline: none;
    border-radius: 25px;

}
.check-box{
    margin: 30px 10px 30px 0;
}
.span{
    color: #777;
    font-size: 12px;
    bottom: 40px;
    position: absolute;

}

#Login{
    left: 10px;
}
#register{
     left: 300px;
}