/*login*/
.forget-pass {
    float: right;
    color: #afafaf;
}

.forget-pass:hover,
.forget-pass:focus {
    color: #e60012;
}

/*register*/
.main-center form.register-block span {
    margin-top: 0;
}

.register-block .validate input[type="text"] {
    position: relative;
}

.register-block .validate input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    border: none;
}

.main-center input[type="password"].pwd {
    margin-bottom: 10px;
}

.pw-strength {
    position: relative;
    margin-left: 8px;
    margin-bottom: 5px;
}

/*guide*/
.guide {
    background: #f2f2f2;
}

.guide .content-block {
    margin: 75px 0;
    border: 1px solid #ccc;
    background: #eee;
}

.guide h3 {
    padding-left: 20px;
}

.guide h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.guide img {
    display: block;
    width: 95%;
    margin: 0 auto 30px auto;
}

.guide p {
    font-size: 18px;
    font-weight: bold;
    color: #e60012;
    padding: 0 30px;
    margin-bottom: 20px;
}

.guide span {
    font-size: 12px;
    color: #5e6c84;
}