html {
    background: #eee;
}
body{
	font-family:Microsoft JhengHei;
	font-size:17px;
    background: #eee;
}
#header {
    height: 60px;
}
#left-panel {
    padding-top: 64px;
}
#logo {
	width: 270px;
	margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}
#logo img {
    width: 100%;
}
nav ul ul {
    margin: 0;
    display: none;
    background: rgba(69,69,69,.3);
    padding: 7px 0;
}
.sr-only{
    font-size: 0;
}
.g-bg-red{
    background-color: #ED1C24;
}
nav ul li a {
    line-height: normal;
    font-size: 16px;
    padding: 10px 10px 10px 11px;
    color: #c0bbb7;
    display: block;
    font-weight: 400;
    text-decoration: none!important;
    position: relative;
}
nav ul ul li>a {
    padding-left: 42px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
}
.fa-lg {
    font-size: 1em;
    line-height: .75em;
    vertical-align: -15%;
}
#ribbon .breadcrumb {
    font-size: 0.9em;
}
.page-footer {
    font-size: 0.8em;
}
img.online {
    border-left-color: #8BB8A2!important;
}
.txt-color-blueDark {
    color: #4c4f53!important;
    font-weight: 500;
}
.jarviswidget .fc-toolbar h2 {
    text-shadow: 0 1px 0 #fff;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 9px;
}
.fc-toolbar .fc-center {
    display: inline-block;
    padding-top: 10px;
}
.fc-toolbar .fc-right {
    float: right;
    padding-top: 10px;
}
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a, 
.jarviswidget-color-blueDark>header>.jarviswidget-ctrls a {
    color: #888!important;
}
.jarviswidget>div {
    font-size: 1em;
}
.mess-list a{
    padding: 5px 0;
    display: block;
    color: #555;
    text-decoration: none;
    transition: all .5s ease;
}
.mess-list a:hover{
    color: #000;
}
.login-wrapper{
    background-color: #b4ddf8;
    background-image: url('../img/bg-1.png'), url('../img/bg-2.png'), url('../img/bg-3.png');
    background-position: right top, left top, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 700px, 260px, 800px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
}
.login-wrapper p{
    color: #111;
}
.logo{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.logo img{
    width: 100%;
}
.login-inner{
    width: 94%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 30px;
    color: #333;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.4);
    margin-bottom: 50px;
}
.login-form{
  padding: 20px;  
}
.login-form .group{
    width: 100%;
    margin-bottom: 10px;
}
.login-form .group .input{
    width: 100%;
    position: relative;
}
.login-form .group .input i{
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 20px;
}
.login-form .group .input input{
    width: 100%;
    padding: 10px 10px 10px 46px;
    background-color: #efefef;
    border: 1px solid #d6d6d6;
    color: #111;
    border-radius: 30px;
}
.login-form .group .input .code-img{
    position: absolute;
    top: 7px;
    right: 10px;
    height: 30px;
    display: inline-block;
}
.login-form .group .input .code-img img{
    height: 30px;
}
.login-form .btn{
    width: 100%;
}
.login-form .btn-primary {
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    background-color: #3b69a7;
    border-color: #3b69a7;
    box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.4);
    transition: all .5s ease;
}
.login-form .btn-primary:hover {
    color: #214f82;
    background-color: #f2afc4;
    border-color: #f2afc4;
}
.login-footer{
    font-size: 0.9em;
    padding-top: 50px;
    color: #444;
}
@media (max-width: 991px) {
    .login-wrapper{
        background-color: #3a3633;
        background-image: url('../img/login-wrapper-h.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1200px;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
}
@media (max-width: 991px) {
    .login-wrapper{
        background-color: #3a3633;
        background-image: url('../img/login-wrapper-h.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 860px;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .login-footer{
        font-size: 0.9em;
        padding-top: 20px;
    }
}
