/* 入口页面样式 */
.wrapper .main {
    padding-top: 135px;
}

/* 添加背景图 */
.entry-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.entry-container {
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.entry-container .entry-container-left {
    text-align: center;
}

.entry-container .entry-container-left .entry-logo {
    width: 80%;
    margin: 70px auto;
}

.entry-container .entry-container-left .entry-info {
    color: #00a65a;
    padding: 5px;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    text-space: 5px;
}

.entry-container .entry-container-right {
    background-color: white;
    opacity: 0.8;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

.box-entry {
    box-shadow: none;
}

.box-entry .box-header {
    border-bottom: 1px solid #f4f4f4;
}

.box-entry .box-body {
    padding: 15px 0 0;
}

.entry-form {
    margin: 30px 20px;
}

.entry-form .input-group {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
}

.entry-form span.error {
    margin-left: 50px;
}

.entry-form .input-group .input-group-addon {
    width: 40px;
    border: none;
}

.entry-form .input-group .form-control {
    border: none;
}
