﻿@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-image: url('img/login-background3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: auto;
    margin-top: 20px;
    margin-bottom: auto;
    width: 430px;
    background-color: white;
}

@media screen and (min-width: 1440px) {

    .card {
        margin-top: 60px;
        margin-left: 700px;
    }

}
