    /*global*/
*{
    margin: 0;
    padding: 0;  
    font-family: sans-serif; 
}
.hero
{
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0),rgba(0,0,0,0.4));
    background-position: center;
    background-size: cover;
    position: absolute;
}
.form-box
{
    box-shadow: 0px 0px 20px 10px white;
    border-radius: 10%;
    overflow: hidden;
    width: 380px;
    height: 480px;
    position: relative;
    margin: 6% auto;
    padding: 5px;
    background: rgba(204, 204, 204, 0.568) ;
}
.button-box
{
    width: 220px;
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 20px 9px  rgb(255, 255, 255); 
    border-radius: 30px;
}
.toggle-btn
{
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    color: white;
}
#btn
{
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    background: linear-gradient(to right,#fcf9fa,black,white);
    border-radius: 30px;
    transition: .5s;
}
.input-group
{
   top: 180px;
   position: absolute;
   width: 280px;
   transition: .5s; 
}
.input-field
{
    color: white;
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(253, 250, 250);
    outline: none;
    background: transparent;
}
a{
    text-decoration: none;
    color: rgb(255, 253, 253);
}
.submit-btn
{
    width: 85%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(to right,#fffdfe,#0c0c0c,white);
    border: 0;
    outline: none;
    border-radius: 30px;
}
.chech-box
{
    margin: 30px 10px 30px 0;
}
span
{
    color: #ffffff;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
}
#login
{
  left: 50px;
}
#signup
{
    left: 450px;
}
a
{
    text-decoration: none;
}
