body {

    background: url("bgnd.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;

}

table, tr, td {

    border-color: blue;
}

#loginTable {
    width: 35%;

    margin-left: auto;
    margin-right: auto;

}

#logo {

    margin-bottom: 70px;
    margin-left: 50px;

}

.label {

    color: black;
    font-size: 16px;
    margin-bottom: 4px;
}

input[type="username"] {
    width: 100%;
    margin-bottom: 40px;

}

input[type="password"] {
    width: 100%;
    margin-bottom: 40px;

}

button[type="submit"] {
    color: black;
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgba(255, 193, 5, 1);
    background: radial-gradient(circle, rgba(255, 193, 1, 1), rgba(236, 155, 5, 1));

}

#td1 {
    text-align: center;
    padding-top: 7%;
}

table, td, tr {

    border-color: blue;
}