@import url(https://fonts.googleapis.com/css?family=Exo:400,500,500italic,400italic,600,600italic,700,700italic,800,800italic,300,300italic);

body {
padding-top: 200px;
    /*The below background is just to add some color, you can set this to anything*/
background: url(http://www.magic4walls.com/wp-content/uploads/2014/01/texture-blue-fonchik-simple-dark-colors-glow-background.jpg) no-repeat;
}

.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;}
