

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: 206px;
    z-index: 99;
    display: block;
    width: 400px;
    height: 339px;
    border: 3px solid #A62623;
    border-radius: 10px;
}

.div_1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 95px;
}

.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: 165px;
    height: 49px;
    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;
}
