.page{
    height: auto;
    width: 100%;
    z-index: 4;
    position: absolute;
    top: 30px;
    padding: 10px 10px 10px 10px
}
html, body{
    /* any div up to fullscreen-cont must have this
    in this case html and body */
    height:100%;
    min-height:100%;
    margin:0;
}
#wrapper{
    height: 100%;
    width: 100%
}

#content{
    min-height: 100%;
    height: 100%;
    top: 0;
    margin-bottom: -20px;
    position: absolute;
    width: 100%;
}

.login{
	position: absolute;
    margin-top: 50px;
    left:0;
	width: 90%;
    left: 5%;
	height: 200px;
	z-index: 2;
}
#username{
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
}
@media screen and (min-width: 40.5em){
    .login{
        position: absolute;
        margin-top: 25%;
        left:0;
        width: 24%;
        left: 38%;
        height: 200px;
        z-index: 2;
    }
    #username{
        margin-bottom: 10px;
        border-radius: 0;
    }
    h1{
        width: auto;
        text-align: center;
        font-size: 1.9em;
    }
    footer{
    bottom: -10px;
    position: absolute;
    z-index: 2000;
}
}
}
input[type="username"]{
    border-radius: 0;
    margin-bottom: 15px;
    font-family: BlackBear-Regular;
    border-radius: 0;
}
input[type="password"]{
    border-radius: 0;
    margin-bottom: 7px;
    font-family: BlackBear-Regular;
}
button[type="submit"]{
    position: relative;
    background-color: #000;
    color: white;
    border-color: #000;
    vertical-align: center;
    border-style: none;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    border-radius: 0;
    font-family: Blackbear-Regular;
}
button[type="submit"]:hover{
    position: relative;
    background-color: rgb(153, 51, 51);
    color: white;
    border-color: #000;
    vertical-align: center;
    border-style: none;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    border-radius: 0;
    font-family: Blackbear-Regular;
}
footer{
    bottom: 0;
    position: absolute;
    z-index: 2000;
}