html,
body {
  height: 100%;
}

body {
  background-color: rgb(108, 117, 125);
}

.modal-sheet .modal-dialog {
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
}

.modal-tour .modal-dialog {
}

.form-required {display: none;}
.form-welogin {line-height: 23px;}
.form-welogin .weimg {
  display:inline-block;
  width: auto;
  height: 23px;
  line-height: 23px;
  padding-left: 34px;
  background: url(../img/WeworkLogoBule.png) no-repeat;
}

.form-welogin:hover .weimg {
  background: url(../img/WeworkLogoBule_hover.png) no-repeat;
}
.form-errors {color:#f00; list-style: none; padding: 0; margin-top: 10px;}