﻿
* {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

html, body {
    overflow: hidden;
}

select {
    padding: 2px;
}

img, fieldset, iframe {
    border: 0 none;
}

input, select, button {
    vertical-align: middle;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

a {
    color: #262626;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #262626;
}

a:visited {
    text-decoration: none;
    color: #262626;
}

a:hover {
    text-decoration: underline;
    color: #262626;
}

a:active {
    text-decoration: none;
    color: #262626;
}

.inputbox {
    border: 1px solid #ccc;
    height: 21px;
    padding-left: 2px;
}

.selectbox {
    border: 1px solid #ccc;
    height: 22px;
    padding-left: 2px;
}

html, body {
    height: 100%;
}

body {
    color: #262626;
    line-height: 1.6;
    font-size: 12px;
    font-family: Arial, sans-serif !important;
    overflow: hidden;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.wrap .header {
    overflow: hidden;
    background-color: #000;
    border-bottom: 3px solid #e69500;
    height: 68px;
}

.wrap .header .logo {
    float: left;
    width: 100px;
    padding: 15px 0px 15px 35px;
}

.auto-login-wrapper {
    display: block;
    margin: 0 auto;
    margin-top: 170px;
    width: 335px;
    padding: 30px;
    text-align: center;
}

.auto-login-wrapper img {
    width: 70%;
}

.login-wrapper {
    display: none;
    margin: 0 auto;
    margin-top: 170px;
    width: 335px;
    border: 1px solid #eaeaea;
    padding: 30px;
    font-size: 14px;
    background: #fdfdfd;
    border-radius: 3px;
}

.login-wrapper h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    color: #515151;
}

.login-wrapper h3 span:last-child {
    color: #e74929;
}

.login-wrapper .change-input-wrapper {
    display: none;
}

.login-wrapper .change-input-wrapper h4 {
    color: #3a3ef9;
}

.login-wrapper .change-input-wrapper h5 {
    color: #3a3ef9;
    padding: 5px 0 10px;
}

.login-wrapper .input-wrapper {
    margin-bottom: 10px;
}

.login-wrapper input {
    padding: 8px 4%;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: solid 1px #eaeaea;    
}

.login-wrapper input[type=button] {
    margin-top: 10px;
    background: #4e90fe;
    border: solid 1px #4e90fe;
    color: #fff;
    font-weight: bold;
}

.login-wrapper .login-btn {
    height: 40px;
}

.login-wrapper .message-box {
    display: none;
    margin-top: 20px;
    text-align: center;
    color: #059405;
}

.login-wrapper .message-box.fail {
    color: #ff0000;
}

.login-wrapper .select-langauge {
    border: solid 1px #eaeaea;
    width: 100%;
    padding: 8px 10px;
}