
div#wrapper {
  background-image: url(/styles/images/alvara/alvara-logo-dark.svg);
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: 95% 86%;
}

div.contentarea {
  margin-left: 0px !important;
}

#leftbar {
  display: none;
}

#frmlogin input[type=submit], #resetPass, #savenewpassword .backbtn {
  background-color: #282828 !important;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  margin-top: 10px;
}
.backbtn {
  background-color: #282828 !important;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  margin-top: 10px;
  width:70px;
  font-weight: bold !important;
  cursor:pointer;
  text-align: center;
}

.backbtn[disabled], .backbtn:disabled {
  background-color: #cccccc !important;
  color: #666666;
}

.actionbtn {
  background-color: #282828 !important;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  margin-top: 10px;
  font-weight: bold !important;
  cursor:pointer;
  text-align: center;
}

.actionbtn[disabled], .actionbtn:disabled {
  background-color: #cccccc !important;
  color: #666666;
}


.rst-pass {
  border:none !important;
  outline:none !important;
  background:none !important;
  cursor:pointer;
  color: #282828;
  padding:0;
  font-family:inherit;
  font-size:10pt;
  box-shadow: none !important;
  font-weight: bold !important;
}
.rst-pass:active {
  color:#AA0000;
}

#resetPassword {
  text-align: center;
}

.pasRstContainer {
  text-align: center;
}