#navbar{
    width:100%;
    height:auto;
    background: #ffffff;
    overflow: hidden;

}
#navbar img{
    width: 80px;;
    height: 80px;
    margin-left: 100px;;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
.cont {
    font-family: "Lato-Light",Helvetica,Arial,sans-serif;
    background: hwb(0 91% 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content:space-around;
    line-height: 1.2;
    line-height: 2;
    word-spacing: 1;
    margin-top: 100px;
    
}

a {
    color: black;
    text-decoration: none;
    
}

#registeration-form {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 70%;
    margin: 20px auto;
    padding: 25px;
}
form {
    display: flex;
    flex-direction: column;
}

form > input {
    display: block;
    margin: 5px 0 25px;
    font-size: 14px;
    padding: 15px 15px;
}

label {
    margin-bottom: 4px;
}

#form-head {
    font-size: 30px;
}

input[type="submit"] {
    background: #2e3337;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: teal;
    color: #2e3337;
}

.terms_condition{
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.facebook-google{
    width: 95%;
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin: 0px;
    }
    .fb_logo,.google_logo{
        width:200px;
        background-color: white;
        color:rgb(126, 126, 126);
        text-transform:none;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        border: 1px solid rgb(221, 219, 219);
        
    
    }
    .google_logo:hover{
        background-color: white;
        cursor: pointer;
    }
    .fb_logo:hover{
        background-color: white;
        cursor: pointer;
    }
    img{
        width:20%;
        margin-right: 5px;
        margin-top: 10px;
    }

    hr {
        border: 1;
        width: 98%;
        color: #10100f;
        margin:auto;
    }

    p{
        margin-bottom: 20px;
        margin-top: 30px;
    }

