/* maki */
[class*="maki-"]:before {
    font-family:'maki', sans-serif;
}
/* entypo */
[class*="entypo-"]:before {
    font-family:'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
    font-family:'FontAwesome', sans-serif;
}
body {
    color: #9ea7b3!important;
    font-family:"Microsoft YaHei",微软雅黑, sans-serif!important;
    font-size: 13px!important;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    background-color: #00CCCC;
    /*background: url('../img/bg.jpg') no-repeat top center fixed;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container{
    min-height: 550px;
}
#login-wrapper {
    margin: 95px auto 0;
    position: relative;
    z-index: 5;
}
#logo-login {
    background: rgba(48, 65, 96, 0.4);
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    padding: 1px 0 14px 25px;
    ;
}
#logo-login h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -1px;
    text-decoration: inherit;
    text-transform: uppercase;
}
#logo-login h1 span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 11px;
    margin-left: 0;
    padding: 0 5px;
    position: relative;
    top: -3px;
}


.form-control:focus {
    border-color: #0DB8DF !important;
    box-shadow: none!important;
    outline: 0 none;
}

#logo-wrapper {
    width: 100%;
    height:60px;
}
#logo-wrapper > img {
    height:30px;
}
/*
    Login  Coustom
*/
 .account-box {
  
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 3;
    font-size: 13px !important;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    padding: 20px;
}
.account-box button{
    width: 100%;
    background-color: #009999;
    color: #fff;
}
.account-box button:hover{
    background-color: #006666;
    color: #fff;
}
.logo {
    width: 138px;
    height: 30px;
    text-align: center;
    margin: 10px 0px 27px 40px;
    background-position: 0px -4px;
    position: relative;
}
.forgotLnk {
    margin-top: 10px;
    display: block;
}
.purple-bg {
    background-color: #6E329D;
    color: #fff;
}
.or-box {
     border-top: 1px solid #DFDFDF;
    margin-bottom: 0;
    margin-top: 80px;
    padding-top: 20px;
    position: relative;
}
.or {
    background-color: #FFFFFF;
    color: #666666;
    position: relative;
    text-align: center;
    top: -30px;
    width: 60px;
    padding:0 10px;
}
.account-box ul li{
    display:inline;
    line-height:25px;
    height:auto;
    word-break:break-all;
    word-wrap : break-word ;
    color: #444444;
    margin-left: 20px;
}
.account-box ul a{

    color:#444444;
    text-decoration:none;
}
.account-box ul a:hover{
    color:#009999;
    cursor: pointer;
}
.label-forgot {
    font-size: 11px;
    color: #3276B1;
}
.label-forgot:hover {
    text-decoration: none;
}
.bottom-footer{

    background: rgba(48, 65, 96, 0.5);
    width:100%;
    min-height: 120px;
    border-top: 1px solid #d2d6de;
    padding-bottom: 20px;

}
.bottom-footer h6{
    text-align: center;
}
.bottom-footer a{
    color:#DDDDDD;
    text-decoration:none;
}
.bottom-footer a:hover{
    color:#009999;
    cursor: pointer;
}
.bottom-footer ul{
    margin-top: 10px;
}
.bottom-footer ul li {
    display:inline;
    line-height:25px;
    height:auto;
    word-break:break-all;
    word-wrap : break-word ;
    color: #DDDDDD;
    margin-left: 17px;
}

.bottom-footer ul li a{
    min-width: 200px;
}
