body{
    font-family: "Helvetica Neue", sans-serif;

    background-size:2000px 1000px;
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-blend-mode: luminosity;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width:100%;


}
.item-a-class{
    background: #ccc;
}

.splash {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1000;

}
.splash img {
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    width: 100%;

    opacity: 0.4;
}
a{
    text-decoration: none;
}
.wrap{
    width:600px;
    margin:auto;
    text-align: center;
    opacity:0.8;
}
.wrap:hover{
    opacity:1;
}

.login-wrap{
    margin: auto;
    height:50%;
    margin-top:9%;
    position: relative;
    width: 50%;
}

.login{
    display: block;
    margin:auto;
    padding:40px 40px 30px;
    position: relative;
    background-color:#0d3692;
    background-image:-webkit-linear-gradient(top, #f0f0f0, #ddd);
    background-image:-moz-linear-gradient(top, #f0f0f0, #ddd);
    background-image:linear-gradient(top, #f0f0f0, #ddd);
    border-radius:5px;
    border:#fff 1px solid;
    box-shadow: rgba(0,0,0,0.5) 0px 3px 20px;
    width:30%;
    margin-top:6%;
}

.site_global {
    padding: 17px 0 0 19px;
    float: left;
    margin-left: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
}

.register-wrap{
    margin: auto;
    height:50%;
    margin-top:0.5%;
    position: relative;
    width: 70%;
    padding-top:5%;
}


.header-brand{
    height: 100px;
    position: relative;
}

#topHeader {
    /*background: url("/img/topHeader_Bg.jpg") repeat-x scroll 0 0 transparent;*/
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2147483647;


}

.siteBanner_web {
    height: 100px;
    position: relative;
}

.siteBanner_web .fleft {
    float: left;
}

.register{
    display: block;
    margin:auto;
    padding:40px 40px 30px;
    position: absolute;        
    border-radius:5px;
    border:#fff 1px solid;
    box-shadow: rgba(0,0,0,0.5) 0px 3px 20px;
    width:100%;
}

.avatar{
    display:block;
    margin:0 auto 15px;
    width:100px;
    height:100px;
    border-radius:100%;
    border:#fff 3px solid;
    box-shadow:rgba(0,0,0,0.4) 0px 2px 4px, inset rgba(0,0,0,0.4) 0px 3px 2px;
    overflow:hidden;
    background-image:-webkit-linear-gradient(top left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 50%), url("img/mtechlogo.png");
    background-image:-moz-linear-gradient(top left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 50%), url("img/mtechlogo.png");
    background-image:linear-gradient(top left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 50%), url("img/mtechlogo.png");
    background-size: auto, 100%;
    background-repeat: no-repeat;
}
.user{
    padding:10px 0;
    font-size: 0.95em;
    text-shadow:rgba(255,255,255,0.7) 0px 1px 0px;
}

.pass{
    display: block;
    width:170px;
    margin:20px auto;
    padding:10px 25px 10px 10px;
    border-radius:3px;
    border:#CCC 1px solid;
}
.login-form{
    position: relative;
}
.arrow{
    position: absolute;
    right:10px;
    top:8px;
    display: block;
    z-index:999;
    color:#999;
    opacity:0;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.init-shake{
    -webkit-animation:shake 0.7s ease-in-out;
    -moz-animation:shake 0.7s ease-in-out;
    animation:shake 0.7s ease-in-out;
}
.hint{
    position: absolute;
    bottom:0;
    left:0;
    padding:20px;
    color:#fff;
    text-shadow:#000 0px 1px 5px;
}
.info{
    display:block;
    color:#CCC;
    margin:10px 0;
    font-size:0.95em;
}
@-webkit-keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}
@-moz-keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}
@keyframes shake{
    0% { left:0; }
    20% { left:10px; }
    40% { left:-10px; }
    60% { left:10px; }
    80% { left:-10px; }
    100% { left:0px; }

}


