﻿

body {
    font-size: 12px;
}

.index-page {
    background: url(../images/register.png) no-repeat;
    width: 1024px;
    height: 768px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.login-space-info {
 position: absolute;
    right: 80px;
    bottom: 114px;
    z-index: 99;
    display: block;
    width: 303px;
    height: 400px;
}
.input1 {
    height:47px;
}
.but {
    width: 287px;
    height:47px;
    font-size: 20px;
    margin-top:20px;
    background-color: #73BB42;
    color: #ffffff;
}

.login-space-info table td {
    padding: 5px;
}
/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
        /*margin: 0 auto;
        padding: 0px;
        font-size: 12px;
        width: 100%;
        height: 100%;*/
      
      
    }
    table {
        width:100%;
    }
    .input1 {
    height:34px;
}
    .index-page {
        background: url(../images/register2.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }


    .login-space-info {
           position: absolute;
    left: 18%;
    top: 51%;
    z-index: 99;
    display: block;
    width: 64%;
    height: 20%;
    }

    .but {
        width: 100%;
        height:40px;
        background-color: #73BB42;
        color: #ffffff;
    }

    .login-space-info table td {
        padding: 5px;
    }
}

/*@media only screen and (min-width: 100px) and (min-width: 319px){
       body {
        margin:0 auto;
        padding:0px;
        font-size: 12px;
     
    }
     .index-page {
        background: url(../images/img_bg2.png) no-repeat;
      
        width: 100%;
        height: 100%;
        margin:0 auto;
    }

       .login-space-info {
        position: absolute;
      
         left:0px;
        bottom: 1%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 20%;
    }
.but {
    width:100%;
    background-color:#C5221E;
    color:#ffffff;

}
.login-space-info table td {
    padding:10px;
}
}*/
