.fswt-auth-page {
    padding: 5%;
}

.fswt-auth-page .auth-input {
    padding-top: 4px;
}

.fswt-auth-page .auth-input-info {
    font-size: 13px;
    text-align: right;
    padding: 2px 0;
    height: auto;
    line-height: 13px;
    padding-bottom: 4px;
    color: #c7254e;
    width: 100%;
}

.fswt-auth-page .auth-input-message {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    height: auto;
    line-height: 14px;
    color: #c7254e;
    width: 100%;
}

.fswt-auth-page hr {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px dotted #ccc;
    background: #999;
    width: 100%;
}

.fswt-auth-page .fswt-auth-form {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    width: 304px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 10px auto 35px auto;
}

.fswt-auth-page .fswt-auth-form .auth-input {
    text-align: center;
}

.fswt-auth-page .fswt-auth-form input {
    width: 100%;
    height: 3em;
    box-sizing: border-box;
}

.fswt-auth-page .fswt-auth-form .login-btn {
    text-align: center;
}

.fswt-auth-page .fswt-auth-form .login-btn button {
  height: 2.5em;
  width: 100%;
}

.fswt-auth-page .fswt-auth-form .auth-logo {
    text-align: center;
    margin-bottom: 15px;
    height: 60px;
    background-color: #454ca9;
    display: inline-block;
    padding: 0 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fswt-auth-page .fswt-auth-form .auth-logo > span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fswt-auth-page .fswt-auth-form .auth-logo > img {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.fswt-auth-page .login-recover {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	float: right;
	display: inline;
    color: #0000ff;
}

 .fswt-auth-page .login-demo {
 	font-size: 12px;
	text-align: left;
    width: 50%;
	margin-top: 5px;
	float: right;
	display: inline;
    color: #0000ff;
 }

.login-recover:link, .login-demo:link {
  text-decoration: none;
  cursor: auto;
}

.login-recover:visited, .login-demo:visited {
  text-decoration: none;
  cursor: auto;
}

.login-recover:hover, .login-demo:hover {
  text-decoration: underline;
  cursor: pointer;
}

.login-recover:active, .login-demo:active {
  text-decoration: underline;
  cursor: pointer;
}