#vcenter-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#vcenter-middle {
    display: table-cell;
    vertical-align: middle;
}

#vcenter-inner {
    margin-left: 15%;
    /*width: 450px;*/
    background-repeat: no-repeat;
    background-position: 91% 93%;
}

#vcenter-content {
    padding: 10px 0px;
    color: #FFF;
}

#vcenter-content input {
    width: 225px;
    border: 2px solid #888;
    border-radius: 5px;
    padding: 8px 8px;
    background: #FFF;
}

#vcenter-content button, #vcenter-content a.button-anchor {
    appearance: button;
    text-decoration-line: none;

    border: none;
    color: #FFF;

    font-weight: bold;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    margin: 12px 0;
    border-radius: 3px;
    background: rgba(0,0,0,0.8);
    padding: 10px 15px;
}

#vcenter-content label {
    line-height: 2;
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
}

#vcenter-content form {
    padding-top: 10px;
}

h1 {
    text-indent: -500em;
    line-height: 92px;
}

h2, label {
    font-size: 16px;
    font-family: Raleway;
    font-weight: 200;
}

b, strong {
    font-weight: bold;
}

span.error {
    color: #FF0000;
}

#colours, .colours {
    height: 3px;
    width: 100%;
    background: #008C91;
}

 ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}



html {
background: none;
}
body {
  overflow: hidden;
}
.gradient {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45478e+0,ad0a8f+94&0.9+30,0.3+100 */
  background: -moz-linear-gradient(45deg,  rgba(69,71,142,0.9) 0%, rgba(102,52,142,0.9) 30%, rgba(173,10,143,0.35) 94%, rgba(173,10,143,0.3) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(69,71,142,0.9) 0%,rgba(102,52,142,0.9) 30%,rgba(173,10,143,0.35) 94%,rgba(173,10,143,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(69,71,142,0.9) 0%,rgba(102,52,142,0.9) 30%,rgba(173,10,143,0.35) 94%,rgba(173,10,143,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e645478e', endColorstr='#4dad0a8f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#logo-wrapper {
    display: none;
}


#vcenter-content form input {
  width: 250px;
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  margin: 5px 0px;
  background: rgba(255,255,255,0.9);
  color: #000;
  font-size: 14px;
}

#vcenter-content form {
  min-height: 200px;
}

a.show-form {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.warning, .errorlist li {
  font-size: 14px;
  color: red;
  margin-bottom: 0px;
}

#login-form input, #password-reset-form input {
    width: 250px;
    margin: 5px 0;
}