body{ font: 14px sans-serif; }
.wrapper{ width: 400px; padding: 30px; margin-top: 200px; background-color: white; border-radius: 25px; }

html {
    height: 100%;
    /*min-width: 1024px;*/
}
/*body { 
    background: url(../img/1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

body {
    background-color: #4e475e;
}

/*HOMEPAGE*/
.bg-dark{
    background-color: #2b2e3f !important;
    /*border-bottom: 1px solid #868bac !important;*/
}