html, body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: calc(100vh - 100px - 80px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 1200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#swiper_slide1 {
    background-image: url("/images/login/bg1.png");
    background-repeat: repeat-x;
    /*background-size: contain;*/
}

.login-container-layout {
    width: 1200px;
    margin: 0 auto;
    height: calc(100vh - 100px - 80px);
    position: absolute;
    top: 100px;
}

#swiper_slide2 {
    background-image: url("/images/login/bg2.png");

}

.login-layout {
    background: #FFFFFF;
    /*width: 1200px;*/
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #333;
    font-size: 26px;
}

#header p {
    padding-left: 100px;
}

#header span, #footer span {
    margin-left: 20px;
}

#footer {
    width: 100%;
    height: 60px;
    color: #999;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    overflow-y: hidden;
}

.login-layout .widget-box {
    border-radius: 10px;
}

.login-layout .widget-box, .login-layout .widget-box .widget-main {
    background: #fff;
    border-radius: 10px;
}

.login-layout .widget-box .widget-main, .widget-box {
    height: 460px;
    width: 410px;
}

.main-content p {
    padding: 0;
    margin: 0;
}

.main-content .bigger {
    font-size: 26px;
    padding: 30px 20px;
}

.login-layout .widget-box .widget-main, .login-layout .widget-box {
    padding: 0;
}

.widget-body {
    border-radius: 10px;
}

fieldset {
    padding: 0 20px;
}

input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
    border: none;
    font-size: 18px;
}

#images {
    margin-left: 12px;
    position: relative;
    top: -5px;
}

fieldset label {
    border-bottom: 1px solid #E4E4E4;
}

.login-layout label, .ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-icon.input-icon-right > input {
    height: 40px;
}

#valicode {
    padding-top: 0;
}

.input-icon > .ace-icon {
    font-size: 20px;
}

#log_on, #fgt_on {
    color: #fff;
    background-color: #F1485A;
    border: 0;
    width: 370px;
    padding: 0;
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.main-container {
    position: absolute;
    left: calc((100vw - 1200px) / 2 + 650px);
    top: calc((100vh - 100px - 80px - 260px - 200px) / 2);
    z-index: 1000;

}

.login-box .forgot-password-link {
    margin-top: 12px;
    color: #F1485A;
    font-size: 18px;
}

.login-layout .widget-box .widget-body .toolbar > div > a {
    text-shadow: none;
}

.login-box .toolbar {
    background-color: #FFFFFF;
    border: none;
    padding-top: 12px;
    font-size: 18px;
}

.forgot-box .toolbar {
    background-color: rgba(0, 0, 0, 0);
    border-top: none;
    margin-top: 20px;
    padding: 0;
}

.forgot-box .back-to-login-link, .signup-box .back-to-login-link {
    color: #F1485A;
    text-shadow: none;
    font-size: 18px;
}

.header.green {
    color: #F1485A !important;
}

#store {
    color: #333;
    width: 375px;
    height: 330px;
    border: 2px solid #F1485A;
    border-radius: 6px;
    padding: 10px;
    background: #FFF;
    display: none;
    position: relative;
    top: -333px;
    z-index: 9;
    overflow: hidden;
    left: -2px;
}

#store_info {
    height: 265px;
    overflow-y: auto;
}

.choosestore-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -15px;
}

.main-content p.store-line {
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}

.main-content p.store-line:hover {
    background-color: #EFEFEF;
}

.fa-remove {
    cursor: pointer;
    position: relative;
    z-index: 111;
}