

@charset "utf-8";

* {
    margin: 0pt;
    padding: 0pt;
}

body {
    font-family: "Arial";
    color: #FFFFFF;
    font-size: 12px;
    background-image: url("/res/images/login-bg.png");
    background-repeat: repeat-x;
    background-color: #2F3744;
    margin: 0pt;
    padding: 0pt;
}

form {
    margin: 55px 70px 0pt;
    position: absolute;
}

form .forgetmenot {
    float: left;
}

.button-primary {
    cursor: pointer;
    background-image: url("/res/images/login-btn.png");
    background-color: transparent;
    height: 25px;
    width: 77px;
    float: right;
    border-style: none;
    color: #DDDDDD;
    text-shadow: 1px 1px 1px #000000;
    font-size: 12px;
    margin-left: 10px;
}

input.button-primary::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

.button-primary:hover {
    background-image: url("/res/images/login-btn-hover.png");
}

#login form p {
    margin-bottom: 0pt;
}

label {
    color: #DDDDDD;
    font-size: 16px;
    padding-left: 5px;
}

form .forgetmenot label {
    font-size: 12px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #000000;
}

#login {
    width: 380px;
    height: 329px;
    margin-top: 174px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-image: url("/res/images/log-bg.png");
}

#login.big {
    height: 382px;
    background-image: url("/res/images/log-bg-big.png");
}

.login-label {
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 35px;
    text-transform: uppercase;
    padding-bottom: 3px;
    text-shadow: 1px 1px 1px #000000;
    margin-bottom: 28px;
}

body form .input {
    font-size: 18px;
    width: 205px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 0pt none;
    height: 37px;
    padding-left: 35px;
}

body form #user_login.input {
    background-image: url("/res/images/login-box.png");
}

body form #user_pass.input {
    background-image: url("/res/images/pw-box.png");
}

body form #captcha.input {
    background-image: url("/res/images/login-captcha.png");
    width: 100px;
}

body form .input:focus {
    border: 0pt none;
}

:focus {
    outline: medium none;
}

input {
    color: #333333;
}

.clear {
    clear: both;
}

.dialog-message {
    float: left;
    height: 20px;
    line-height: 21px;
    padding-left: 25px;
    position: absolute;
    z-index: 101;
    left: 64px;
    text-shadow: 1px 1px 1px #000000;
    bottom: 56px;
    font-size: 11px;
    width: 250px;
}

.dialog-message.error {
    color: #FF5555;
    background-repeat: no-repeat;
    background-image: url("/res/images/iconMessage-error.png");
}

.dialog-message.warning {
    background-repeat: no-repeat;
    background-image: url("/res/images/iconMessage-warning.png");
    color: #FCAB01;
}

.dialog-message.success {
    background-repeat: no-repeat;
    background-image: url("/res/images/iconMessage-success.png");
    color: #53F253;
}

.dialog-message.info {
    color: white;
    background-repeat: no-repeat;
    background-image: url("/res/images/iconMessage-info.png");
}

.forgetlogpass {
    float: right;
    height: 20px;
    line-height: 21px;
    font-size: 11px;
    position: absolute;
    display: inline;
    z-index: 101;
    bottom: 7px;
    text-shadow: 1px 1px 1px #000000;
    left: 240px;
}

.forgetlogpass a {
    color: white;
}

.smsCodeMessage {
    font-family: Helvetica;
    font-size: 11px;
    margin-bottom: 10px ! important;
}

.visible {
    display: block ! important;
}

.captcha {
    width: 240px;
    height: 45px;
}

#loginform p img {
    border: 1px solid #425060 ! important;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 10px 10px 10px 10px;
}

.action {
    height: 27px;
    padding: 5px;
    width: 240px;
}

#smsCode-button {
    float: left;
}

#smsCode-loader {
    float: left;
    display: none;
}

#smsCode-loader span {
    font-size: 11px;
    margin: 0px 0px 0px 7px;
}