body {
    background-image: url("../Images/loginbg.jpeg");
}

h1 {
    font-family: 'Delius Swash Caps', cursive;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%);
    justify-content:center;

}

.mdl-textfield
{
    justify-content: center;
}

.login-card-wide.mdl-card {
    width: 482px;
    align-items: center;
    padding-bottom: 30px;
}
