* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(logregpic.jpg);
    background-size: cover;
}

table {
    background-color: rgba(110, 79, 247, 0.5);
    width: 45%;
    margin-left: 47%;
    margin-top: 5%;
    padding: 20px;
    border-radius: 10px;
    color: white;
    box-shadow: 4px 2px 4px 5px rgb(16, 246, 0);
}

.myclass {
    margin-bottom: 5px;
    padding: 1%;
}

.newclass {
    margin-bottom: 5px;
}

.register {
    background-color: rgb(38, 182, 74);
    color: white;
    font-size: 18px;
    width: 100%;
    margin-left: 70%;
    margin-bottom: 5px;
    padding: 5px;
    cursor: pointer;
    font-family: cursive;
    font-weight: bolder;
    font-style: italic;
    border-color: aqua;
}

.register:hover {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    font-style: italic;
    background-color: aliceblue;
    color: green;
    border-color: yellow;
}

.reset {
    background-color: rgb(230, 180, 0);
    border-color: rgb(255, 0, 106);
    color: red;
    font-size: 18px;
    width: 100%;
    margin-left: 70%;
    margin-bottom: 4px;
    padding: 5px;
    cursor: pointer;
    font-family: cursive;
    font-weight: bolder;
    font-style: italic;
}

.reset a {
    text-decoration: none;
    color: red;
}

.reset a:hover {
    /* color: orange; */
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    font-style: italic;
    color: rgb(251, 255, 0);
}

.reset:hover {
    background-color: red;
    border-color: yellow;
}

.home a {
    text-decoration: none;
    color: whitesmoke;
    margin-left: 44%;
    font-size: larger;
}

.home:hover {
    font-weight: bolder;
    color: rgb(241, 0, 0);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}