#login-form #logo {
  width: auto;
  margin: auto;
  padding: 20px;
}

.login-page.xmobile #login-form form>table:first-of-type>tbody>tr>td.title {
    display: none;
    text-align: left;
    width: 100%;
    padding: 30px 0 0 0;
    color: #333;
    white-space: normal !important;
}

.login-page.xmobile #login-form form>table:first-of-type>tbody>tr>td.input {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0px 0 0 0;
    color: #333;
    white-space: normal !important;
}

#login-form #custom-login-submit {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 28px;
    background: transparent;
    border: none;
    color: #111;
    cursor: pointer;
    padding: 0;
}

#login-form input.button {
  width: 100%;
  padding: 10px 0;
  border: none;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #f25829;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

#login-form form[action='./?_task=login'] #rcmloginsubmit, #login-form form[action='/?_task=login'] #rcmloginsubmit {
    display: inline;
}

#login-form #rcmloginsubmit {
    background: #ddd !important;
    border-radius: 5px !important;
    border: 1px solid #aaa;
    margin-top: 15px;
    padding: 10px 20px;
    width: 100%;
}

.login-page.xmobile #login-form #rcmloginsubmit {
    font-size: 1.2em;
    padding: 10px;
    width: 100%;
    margin: 0 0 0 0;
}

#login-form #ifplcontainer {
    padding-top: 10px;
    font-size: 1.2em;
}

#login-form #ifplcontainer label {
  color: #999;
}
