.wrapper-page {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 320px;
}

body {
  background:url('../img/overlay-cms.png');
  background-color:#2c2c2c !important;
  background-size:20% !important;
  height: 100%;
}

@media (min-width: 1200px) {
  body {
    background:url('../img/overlay-cms.png');
    background-color:#2c2c2c !important;
    background-size:20% !important;
    height: 100vh;
  }
}

.login-box {
  max-width: 320px;
}

.form-holder {
  padding:25px;
  background-color: #fff;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.img-holder {
  background:#1A1A1A;
  padding:15px 0px 30px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.img-holder img {
  height:200px;
  margin:auto;
  display:block;
}

.btn.yellow {
  background:#E5C543 !important;
  transition:all 0.15s;
  color: #fff;
}

.btn.yellow:hover {
  background:#2c2c2c !important;
}
