body {
    padding-top: 200px;
        /*The below background is just to add some color, you can set this to anything*/
    }
    
    .login-form{
        width:490px;
        box-shadow: 0 0 80px rgb(0, 0, 0,1);
        border-radius: 0.2em;
    
    }
    .login-title{font-family: 'Exo', sans-serif;text-align:center;color: white;}
    .login-userinput{margin-bottom: 20px;}
    .login-button{margin-top:20px;
        stop-opacity: 1;}
    .login-options{margin-bottom:0px;}
    .login-forgot{float: right;}
    