body {
    background: url("../images/bg_03.jpg") no-repeat;
    background-size: 100%;
    background-position-y: 80px;
}

.header {height: 80px; background: #222;}
.logo {background: url('../images/logo_to_replace.png') no-repeat;background-size: 100%;width: 100px;height: 80px;position: relative;top: 18px;left: 90px;}
.contact-wrapper {width: 600px; position: absolute; right: 90px; top: 0; color: white; margin: 10px; line-height: 28px; font-size: 12px;}
.contact-wrapper span {margin-left: 12px;}

.logo-wrapper {
    margin-top: 20px;
    /*margin-top: calc(24vw - 198px);*/
    /*padding: 0 90px;*/
    margin-bottom: 30px;
}
.pre {
    float: left;
    margin-right: 20px;
}
.after {
    float: right;
    margin-left: 20px;
}
.pre, .after {
    width: 30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 28px;
    color: #ccc;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
}
.ul-wrapper {
    /*margin: 0 30px;*/
    height: 50px;
    overflow: hidden;
}
.ul-wrapper>ul {
    position: relative;
    width: 10000px;
}
.ul-wrapper>ul>li {
    display: inline;
    margin-left: 20px;
}
.ul-wrapper>ul>li>img {
    height: 50px;
    border-radius: 3px;
}

.login-wrapper {width: 305px; height: 138px;     background: rgba(255, 255, 255, 0.7);
    border-radius: 5px; margin: calc(29vw - 80px) auto 0;
    padding: 10px 25px;
}
.inputs {
    width: 240px;
    float: left;
}
.input-row {
    height: 35px;
    line-height: 35px;
}
.input-row label{
    width: 58px;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.input-row input {height: 26px; border-radius: 3px; width: 150px; vertical-align: middle; padding: 0 5px;}
#submit-button {
    width: 60px;
    margin-left: 240px;
    display: block;
    height: 60px;
    background: #1c6ffc;
    color: white;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top:6px;
    cursor: pointer;
}
.bottom-row {margin-top: 10px; line-height: 30px; text-align: center; clear: both;}
.bottom-row a[class=link] {font-weight: bold; color: #333; cursor: pointer;}

.bottom-row a[class=button]{color: white; padding: 0 10px; height: 26px; border-radius: 3px; line-height: 24px; background: #f82524; cursor: pointer; display: inline-block;}
#supplier {background: #ffa826;}

.href-wrapper ul {text-align: center; margin-top: 10px;}
.href-wrapper>ul>li {
    display: inline-block;
    color: white;
    margin-right: 30px;
    cursor: pointer;
}
.href-wrapper>ul>li:last-child {margin-right: 0;}

.logo-tip-wrapper {color: white; }
.title{margin: 0 auto; width: 70px; background: #444; border-radius: 3px; padding: 2px 4px;
    text-align: center;}
.logo-tip-wrapper p {text-align: center; margin-top: 20px;}
.logo-tip-wrapper p span {margin-right: 20px; font-weight: bold; color: #ccc;}
.logo-tip-wrapper p span:last-child {margin-right: 0;}

.wrapper > img {
    width: 100%;
}