body {
    margin: 0;
    padding: 0;
    color: #616161;
    background: #f6f6f6;
    font: 12px/18px Arial,Tahoma,Verdana,sans-serif;
    min-width: 1000px
}
.container {
    background-color: #f6f6f6;
}
h1,h2,h3,h4,h5,h6,div,span,form,img {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: bottom
}

ul,li,p,ol {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #357cba;
    text-decoration: none
}

a:link,a:visited,a:active {
    outline: none
}

a:hover {
    color: #73b128
}

a:focus,input:focus,textarea:focus,select:focus {
    outline: none;
    box-shadow: none
}

input,option,textarea,button {
    font-family: arial;
    margin: 0
}

input[type="text"],input[type="password"] {
    border: 1px solid #bcc9d3;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 #ebf3f5;
    font-family: arial
}

input[type="button"],input[type="submit"] {
    cursor: pointer
}

input[type="checkbox"],input[type="radio"] {
    display: none
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: baseline;
    background: url(/Content/imgs/login_icon.png?t=1533345849) -25px 0 no-repeat;
    cursor: pointer
}

input[type="checkbox"]:checked+label span {
    background: url(/Content/imgs/login_icon.png?t=1533345849) 0 0 no-repeat
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0
}

.line01 {
    height: 1px;
    background: #e2e2e2;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solie #efefef;
    box-shadow: 0 2px 0 #fafafa;
    margin: 40px 0 10px 0
}

.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/login_icon.png) no-repeat;
    vertical-align: middle
}

.email {
    background-position: 0 -25px
}

.password {
    background-position: -25px -25px
}

.attention {
    background-position: 0 -54px
}

#header {
    height: 71px;
    padding: 0 20px;
    background: #0066b7;
    border-bottom: 1px solid #004b86;
    box-shadow: 0 2px 0 #005aa1
}

#header h1 .logo {
    width: 98px;
    height: 43px;
    display: block;
    background: url(/Content/imgs/logo.png?t=1533345849) no-repeat 0 0;
    margin-top: 15px;
    float: left;
    overflow: hidden;
    text-indent: -9999px
}

#nav li {
    height: 71px;
    float: right
}

#nav li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 41px 10px 0 10px
}

#nav li a:hover {
    background: #005aa1
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
    margin-top: 100px;
    color: #717171
}

.login#wrapper {
    width: 400px
}

.forgot_password#wrapper {
    width: 780px
}

#wrapper h2 {
    font-size: 30px;
    color: #5fb81a;
    font-weight: normal;
    margin: 0 0 25px 15px
}

#wrapper .content {
    margin: 0 0 0 15px;
    font-size: 15px;
    line-height: 22px
}

#wrapper form div {
    margin-bottom: 13px;
    position: relative
}

.login#wrapper input[type="text"],.login#wrapper input[type="password"] {
    height: 50px;
    width: 308px;
    font-size: 15px;
    color: #333;
    padding: 0 10px 0 50px;
    line-height: 24px
}

.forgot_password#wrapper input[type="text"] {
    height: 50px;
    font-size: 15px;
    color: #333;
    padding: 0 10px 0 50px;
    line-height: 24px
}

.pw-content {
    letter-spacing: 1px;
    font-size: 21px!important
}

.login#wrapper .bt {
    background: #0066b7;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    width: 368px;
    height: 36px;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 0 0
}

.forgot_password#wrapper .bt {
    background: #0066b7;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    padding: 0 25px;
    height: 50px;
    font-size: 15px;
    font-weight: bold
}

#wrapper .icon {
    position: absolute;
    border-right: 1px solid #e2eaf1;
    margin-top: 13px;
    margin-left: 10px;
    padding-right: 4px
}

.otherlink {
    font-size: 13px;
    line-height: 24px;
    margin: 15px
}

#wrapper .field-validation-error .icon {
    border-right: 0;
    margin-top: 2px;
    margin-left: -27px;
    padding: 0
}

#wrapper .field-validation-error {
    color: #ff6c00;
    padding: 5px 10px 5px 40px;
    font-size: 12px;
    display: block;
    margin: 0 0 5px 0
}
