body {
    background: url('../../images/login/login-back.jpg');
}

.form-group {
    margin-bottom: 20px;
}
.form-group .cont {
    width: 300px;
    margin: 0 auto;
}
/*.has-error {*/
    /*color: red;*/
/*}*/
.login-box {
    width: 300px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.login-input {
    width: 257px;
    height: 100%;
    float: right;
    position: relative;
}
.login-input input {
    width: 247px;
    height: 30px;
    line-height: 40px;
    padding: 5px 5px;
    border: none;
    outline: none;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.nickname-icon {
    width: 42px;
    height: 40px;
    float: left;
    background: url("../../images/login/sign-in-nickname.png") no-repeat center;
    background-size: 36px 34px;
    border-right: 1px solid #e1e1e1;
}
.email-icon {
    width: 42px;
    height: 40px;
    float: left;
    background: url("../../images/login/sign-in-mail.png") no-repeat center;
    background-size: 36px 34px;
    border-right: 1px solid #e1e1e1;
}
.password-icon {
    width: 42px;
    height: 40px;
    float: left;
    background: url("../../images/login/sign-in-password.png") no-repeat center;
    background-size: 36px 34px;
    border-right: 1px solid #e1e1e1;
}
.login-btn {
    width: 302px;
    height: 50px;
    font-size: 17px;
    color: #fff;
    background-color: #6079f8;
}
.login-btn:hover {
    background-color: #7898f8;
    cursor: pointer;
}
.help-block {
    color: #ff1f1f;
}

#loginDiv {
    margin-top: 5rem;
}

#registerDiv {
    margin: 4rem auto 0;
    width: 54rem;
    height: 30rem;
}