@import url('/css/staging.css');

body {
    width: 100%;
    height: 100%;
    width: 200px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
img {
    opacity: 0.5;
}
#main_body {
    background-image: linear-gradient(0deg, rgba(230, 230, 250, .7) 0%, rgba(230, 230, 250, .3));
    width: 400px;
    position: absolute;
}
.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}