html {
    min-height: 100%;
}

body {
    min-height: 100%;
    background-image: url('../img/loggin-bg.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    text-align: center;
    background-size: cover;
}

section h1.section-heading{
    font-size: 70px;
    color: black;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}