html{
    width:100%;
    height:100%;
}


body{
    width:100%;
    height:100%;
    color:#fff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: black;
}



.img-bg{
    width:100%;
    height: 100%;
    position:fixed;
    z-index: -99;
    background-image:url('/res/images/login_bg_m.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;

    /*-webkit-filter: blur(5px);*/
    /*-moz-filter: blur(5px);*/
    /*-o-filter: blur(5px);*/
    /*-ms-filter: blur(5px);*/
    /*filter: blur(5px);*/
}

@media (min-width: 768px) {
    .img-bg {
        background-image:url('/res/images/login_bg.jpg');
    }
}
@media (min-width: 992px) {
    .img-bg {
        background-image:url('/res/images/login_bg.jpg');
    }
}
@media (min-width: 1200px) {
    .img-bg {
        background-image:url('/res/images/login_bg.jpg');
    }

}

.img-bg-mask{
    width:100%;
    height: 100%;
    position:fixed;
    z-index: -90;
    background-color: rgba(29, 29, 29, 0.3);
}

.header{
    width:100%;
    margin-top:10px;
    text-align:center;
}

.header img{
    height:40px;
}

.header .title{
    font-size: 3rem;
    font-weight: bold;
}

.header .right-menu{
    float:right;
    font-size:1.5rem;
    padding:18px;
}

.header .right-menu a{
    color:#fff;
}

.par-content{
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
}

.content{
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    /*margin-top: 10%;*/
    display: table-cell;
    vertical-align: middle;
}

.content .signin{
    /*background-color: rgba(34, 31, 31, 0.4);*/
    /*box-shadow: rgba(0, 0, 0, 0.5) 7px 6px 20px 0px;*/
    /*border-radius:6px;*/
}

.content .title{
    font-size: 2rem;
    font-weight: bold;
}

.content form{
    text-align:left;
}

@media (min-width: 768px) {
    .header{
        text-align:left;
    }

    .header .title{
        font-size: 4rem;
    }

    .header img{
        height:55px;
    }

    .par-content{
        height: 85%;
        width: inherit;
    }

    .content .title{
        font-size: 2.7rem;
        font-weight: bold;
    }
}
@media (min-width: 992px) {
    .header{
        text-align:left;
    }

    .header .title{
        font-size: 4rem;
    }

    .header img{
        height:55px;
    }

    .par-content{
        height: 85%;
        width: inherit;
    }

    .content .title{
        font-size: 2.7rem;
        font-weight: bold;
    }
}
@media (min-width: 1200px) {
    .header{
        text-align:left;
    }

    .header .title{
        font-size: 4rem;
    }

    .header img{
        height:55px;
    }

    .par-content{
        height: 85%;
        width: inherit;
    }

    .content .title{
        font-size: 2.7rem;
        font-weight: bold;
    }
}


#formError{
    text-align: left;
}


.icon-menu{
    text-align: center;
    font-size: 2rem;
    margin-bottom:20px;
    opacity: 0.8;
}

.icon-menu  .icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 50%;
    background-color: rgba(29, 29, 29, 0.45);
    color: #fff;
    font-size: 4rem;
    padding-top: 15px;
    margin-bottom:10px;
}

.icon-menu .text{
    color:#fff;
}

.icon-menu .text:hover,.icon-menu .text:focus{
    text-decoration: none;
}

.icon-menu:hover{
    opacity: 1;
}

.glyphicons{
    color:inherit!important;
    height: inherit;
    padding-left: 0px!important;
}

.glyphicons:before{
    color:inherit!important;
    font-size: inherit!important;
}

.m-bbar{
    text-align: center;
    margin-left: 1px;
    padding-top: 50px;
    width: 100%;
}

.m-bbar a{
    color:#fff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .m-bbar{
        display: none;
    }
}
@media (min-width: 992px) {
    .m-bbar{
        display: none;
    }
}
@media (min-width: 1200px) {
    .m-bbar {
        display: none;
    }
}


.signin-box{
    /*padding: 10px;*/
    /* background: #2d2d2d; */
    /* background: rgba(45,45,45,.15); */
    /* -moz-border-radius: 6px; */
    /* -webkit-border-radius: 6px; */
    /* border-radius: 6px; */
    /* -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5) inset; */
    /* -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5) inset; */
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,.5) inset; */
    color: #FEFEFE;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.5); */
    /* border: solid 1px rgba(0,0,0,.05); */
    /*background-color: rgba(88, 80, 86, 0.6);*/
    /*border-radius: 6px;*/
}

.password-box{
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(98, 181, 229, 0.8);
}

#btnEmailLogin{
    color:#585056;
    background-color:rgba(254, 254, 254,0.8);
    border-color:rgba(254, 254, 254,0.8);
}

.signin-box[role=form]{
    height: 210px;

}


.signin .input-group-addon{
    background-color: transparent;
    color: #fff;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.signin .form-control{
    background-color: rgba(255, 255, 255, 0.75);
    color: #585056;
    border-color: rgba(34, 31, 31, 0.4);
    border-radius: 0px;
    border:none;
    /*border-top: none;*/
    /*border-left: none;*/
    /*border-right: none;*/
}

.signin .form-control:focus{
    border-radius: 0px;
    /*border-top: none;*/
    /*border-left: none;*/
    /*border-right: none;*/
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.75);
    color: #585056;
    /*border-color: rgba(34, 31, 31, 0.4);*/
    border:none;
}

.signin  a{
    padding-left: 20px;
    color:#FEFEFE;
}

.signin  a:hover{
    color:#FEFEFE;
}

.signin .btn-google-plus {
    text-align: center;
}

.signin .form-group:focus{
    outline:none;
}

.login-button{
    padding: 8px;
    background-color: transparent;
    border: 1px #585056 solid;
    border-radius:0px;
    color:#585056;
    font-weight: bold;
    transition: background-color 0.5s,color 0.5s;
    -moz-transition: background-color 0.5s,color 0.5s; /* Firefox 4 */
    -webkit-transition: background-color 0.5s,color 0.5s; /* Safari 和 Chrome */
    -o-transition:background-color 0.5s,color 0.5s;
    text-align: center;
}

.login-button:hover,.login-button:focus{
    background-color: rgb(255, 255, 255);
    color:#f8971d;
    box-shadow: none;
    outline: none;
}

.google-login-box-with-sso{
    height: 105px;
    padding-top: 10px;
}
.google-login-box-without-sso{
    height: 210px;
    padding-top: 50px;
}

.google-login-box{
    background-color:rgba(218, 41, 28, 0.75) ;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    border:none;
    text-align: center!important;
}

.deloitte-login-box{
    background-color:rgba(134, 188, 37, 0.75) ;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    border:none;
    height: 105px;
    padding-top: 10px;
    text-align: center!important;
    cursor: pointer;
}

.google-login-box-sm{

    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    border:none;
    margin-top: 20px;
    text-align: center!important;
}

.google-login-box i{
    width: 100%;
    font-size: 5em;
}
.google-login-box-sm i{
    width: 100%;
}

#btnGoogleLogin-SM{
    background-color: rgba(221, 75, 57, 0.65) !important; ;
    color: #fff;
}

#btnSamlLogin-SM{
    background-color: rgba(134, 188, 37, 0.9) !important; ;
    color: #fff;
}

#btnSamlLogin-SM{
    height: 38px;
}

.google-login-box:hover,.google-login-box:focus{
    background-color: rgba(221, 75, 57, 0.85) ;
    color:#fff;
    border:none;
    cursor: pointer;
}

.login-error{
    color:rgb(255, 85, 85);
    background-color: rgba(255, 255, 255, 0.75);
    padding: 3px;
    margin-top:10px;
}

.btn{
    border-radius:0px;
}


.copyright{

    width: 100%;
    text-align: center;
    padding: 10px;
    opacity: 0.7;
    margin-left:0px;
    margin-right:0px;
}

.copyright a{
    color:#ffffff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .copyright{
        position: absolute;
        top: 850px;
        width: 100%;
    }

}

@media (min-width: 992px) {
    .copyright {
        position: absolute;
        top: 650px;
        width: 100%;
    }

}

@media (min-height: 700px) {
    .copyright {
        top: 800px;
    }
}


.modal-title, .modal-body{
    color:#585056;
}