﻿

body {
  margin:0px;

    font-size: 12px;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(135,135,135,0.85); opacity:1; font-size:20px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(135,135,135,0.85);opacity:1; font-size:20px;
}

input:-ms-input-placeholder{
    color: rgba(135,135,135,0.85);opacity:1; font-size:20px;
}

input::-webkit-input-placeholder{
    color: rgba(135,135,135,0.85);opacity:1; font-size:20px;
}

.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: 332px;
    bottom: 69px;
    z-index: 99;
    display: block;
    width: 330px;
    height: 259px;
    text-align: center;
}
.form-group {
        width: 80%;
    margin: 40px auto;
    height: 100%;
}
.label {
    display: inline-block;
    text-align: right;
    font-size: 18px;
    width: 16%;
    vertical-align: middle;
    font-weight: bold;
      color:#BEC0BF;
      
}

.input {
      width: 100%;
    height: 35px;
    vertical-align: middle;
    border: 1px solid rgba(135,135,135,0.85);
    border-radius: 10px;
    letter-spacing: 2px;
    font-size: 16px;
    /* background: transparent; */
    background-color: #F8FAF9;
    padding-left: 10px;
    margin-bottom: 10px;
}

.btn {
    /* margin-top: 40px; */
    width: 35%;
    height: 35px;
    background-color: #19A131;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    color: #fff;
    /*width: 200px;
    background-color: #713B91;
    color: #ffffff;*/
}


/** iPhone **/
/*@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
       width:100%;
  margin:0px;
        max-height: 736px;
    }

    .index-page {
        background: url(../images/registered1.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }


    .login-space-info {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 20%;
    }
    .label {
    display: inline-block;
    text-align: right;
    font-size: 18px;
    width: 20%;
    vertical-align: middle;
    font-weight: bold;
  
}

.input {
    width: 257px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid rgba(135,135,135,0.85);
    border-radius: 6px;
    letter-spacing: 2px;
    font-size: 16px;
    background: transparent;
}
    .but {
        width: 100%;
        background-color: #713B91;
        color: #ffffff;
    }

  
}*/

/*@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:#713B91;
    color:#ffffff;

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