body {
    margin: 0;
    padding: 0;
    background-color: black;
    background-image: url(../assests/img-src/tesla-logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


}

.form {

    color: black;
    display: flex;
    justify-content: center;
    align-items: top;
    height: 400px;
    width: 60%;
    margin: 100px;
    margin-left: 40%;
    font-weight: bolder;
    font-style: initial;
    font-size: large;

}