body {

    height: auto;

}

#prevHead p {

    margin-bottom: 0;

    padding: 0.6em 1.2em;

}

a.icon-facebook,

a.icon-twitter {

    text-decoration: none;

}

#login-container {

    margin-top: 50px;

    position: relative;

    z-index: 50;

}

.login-form h2 {

    margin: 0;

    padding-top: 0;

}

.btn-primary {

    background-color: #56c2f6;

    border-color: #56c2f6;

}

footer#mFoot {

    position: absolute;

    bottom: 0;

    width: 100%;

    z-index: 0;

}

button:hover,

.button:hover,

a.button:hover,

input:hover,

input[type="submit"]:hover {

    background: #fff;

}

@media (max-width: 960px) {

    #login-container {

        margin-top: 20px;

    }

}

@media (max-width: 768px) {

    #login-container {

        margin-top: 0px;

        margin-bottom: 30px;

        padding-top: 60px;

        width: auto;

    }

    footer#mFoot {

        position: relative;

        bottom: auto;



    }

}