/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.logincontainer {
    margin: 100px auto 50px auto;
    padding: 30px;
    max-width: 500px;
    background: rgba(255,255,255,0.8);
}