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;
  }

  /*UTIL*/
  .wrap-login100 {padding-top:48px;}
  .p-b-48 {padding-bottom: 48px;}
  .p-t-115 {padding-top: 40px;}