

body {
    font-size: 12px;
}


.index-page {
    background: url(../images/img_bg.png) no-repeat;
    width: 1024px;
    height: 768px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.login-space-info {
       position: absolute;
    right: 121px;
    bottom: 140px;
    z-index: 99;
    display: block;
    width: 400px;
    height: 430px;
    border: 3px solid #A62623;
    border-radius: 10px;
}

.div_1 {
    width: 86%;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 8px;
}

.input_1 {
    width: 333px;
    height: 46px;
    border: 2px solid #A62623;
    background-color: transparent;
}


textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A62623 !important;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A62623 !important;
    opacity: 1;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A62623 !important;
    opacity: 1;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A62623 !important;
}

.lable_1 {
    float: right;
    color: #A62623;
}

.but {
    width: 100%;
    height: 37px;
    background-color: #A62623;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 7px;
    /* margin-left: 10px; */
    float: left;
    font-size: 19px;
}

.login-space-info table td {
    padding: 10px;
}
