body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    background: url(../images/gosports411-bgd.png) top center no-repeat;
    font-family: "Roboto", serif;
}

body .loginPage {
    font-family: "Roboto", serif;
}

.loginPage .card {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}