body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
     --stripe: #cfd8dc;
    --bg: #e1e1e1;
  
    background: linear-gradient(135deg, var(--bg) 25%, transparent 25%) -70px 0,
      linear-gradient(225deg, var(--bg) 25%, transparent 25%) -50px 0,
      linear-gradient(315deg, var(--bg) 25%, transparent 25%),
      linear-gradient(45deg, var(--bg) 25%, transparent 25%);
    background-size: 100px 100px;
    background-color: var(--stripe);

}
#container {
    margin-bottom: 20px;
}
span {
    color: blue;
}
.register-form {
    margin-top: 10px;
    width: 100%;
    /* border: 2px solid red; */
}
/* .register-form >input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    border-bottom: 1px solid rgb(118, 104, 108);
   
} */
.name {
    display: flex;

}
#form {
margin-top: 20px;

}
.ep {
    display: grid;
    
}
.ep >input {
    outline: 0px;
    border-bottom: 1px solid rgba(79, 74, 74, 0.6);
}
.name >input {
    height: 40px;
    /* border-radius: 8px; */
    margin-bottom: 15px;
    padding-right:15px ;
    border: none;
    border-bottom: 1px solid rgba(96, 89, 92, 0.752);
    margin-right: 25px;
    outline: 0px;
    width: 90%;
}
#btn {
    border: 1px solid blue;
    color: red;
    background-color: white;
    border: 1px solid rgba(240, 14, 82, 0.897);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    width: 90%;
    height: 35px;
}


#lbox {
    margin-top: 15px;
    height: 62px;
    border-style: dashed;
    border-color: red;
    border-width: 1px;
    border-radius: 6px;
    background-color: #f7eaec;
    font-size: 17px;
    line-height: 1.4rem;
    padding-left: 7px;
    /* text-align: center; */
    text-justify: newspaper;
    }
    #lbox > span {
        color: blue;
        cursor: pointer;
    }
    #signinbtn {
        display: grid;
        padding-top: 12px;
    
    }

    .fb{
        width: 30px;
        height: 30px;
        background-color: white;
        /* margin-left: -165px; */
        border-radius: 8px;
        margin: auto;
        margin-left: -174px;
        margin-top: 5px;
        padding: 3px;
      }
      .facebook, .google {
        height: 45px;
        background-color:#18e;
        font-weight: 600;
        border-radius: 5px;
        border: none;
        color: white;
        font-size: 15px;
        width: 98%;
        /* margin-top: 8px; */
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
       
        cursor: pointer;
        /* margin: auto; */
      }
      #btnsign {
        text-decoration: none;
        padding-left: 90px;
       margin: auto;
       margin-bottom: 90px;
       color: white;
       
      }