.modal-header{
    background: #4b3224;
    color: white;
}




*

    *, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  overflow: hidden;
}


input, button {
  outline: none;
  border: none;
}
.cont {
  position: relative;
  height: 100%;
  background: url(/assets/img/bg_pat.jpg) repeat center top;
  background-size: cover;
  overflow: auto;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#masthead
{
    /*background: url('http://albertoreposteria.com.do/wp-content/themes/albertoreposteria/images/awning.png') repeat-x center top;*/
}

#colophon {
    background: #8BC53F;
    overflow: hidden;
     position: fixed;
    bottom: 0;
    width: 100%;
}
.container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 992px;
}
#colophon p, #colophon li, #colophon a {
    text-shadow: 0px 2px 0px rgba(51, 49, 49, 0.25);
}
.copy {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.demo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15rem;
  margin-top: -26.5rem;
  width: 30rem;
  height: 53rem;
  overflow: hidden;
  display: none;
}

.login {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(top, rgb(58, 136, 103) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgb(60, 137, 105) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.login .alert{
    font-size: 12px;
    border: none;
    border-radius: 0px;
}
.login.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
