/*濃縮減量*/
body {
        font-size: 0.875rem;
        line-height: 1.1;
        font-weight: 400;
        font-style: normal;
        padding: 0;
        margin: 0;
        height: 100%;
        overflow: hidden;
}
*{
	box-sizing: border-box;
	border-collapse: collapse;
}
#MSG{
	width: 20rem;
	height: 18.75rem;
	position: fixed;
	top: 50%;
	margin-top: -9.375rem;
	left: 50%;
	margin-left: -10rem;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#MSG{
	height: 4em;
    top: calc(50% + 20rem);
    display: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #88b9e3;
}

.full-size {
    width: 100% !important;
}
.input-control {
    /* display: inline-block; */
    /* min-height: 2.125rem; */
    /* height: 2.125rem; */
    /* position: relative; */
    /* vertical-align: middle; */
    margin: 30px 0;
    /* line-height: 1; */
}
.input-control.text > label{
}

.input-control input{
	-webkit-appearance: none;
	position: relative;
	border: 1px #d9d9d9 solid;
	/* width: 100%; */
	height: 100%;
	padding: .3125rem;
	/* z-index: 0; */
	/* line-height: normal; */
	/* margin: 0; */
	/* font-size: 100%; */
	/* vertical-align: middle; */
}

.button {
    padding: 0 1rem;
    height: 2.125rem;
    text-align: center;
    vertical-align: middle;
    border: 1px #d9d9d9 solid;
    cursor: pointer;
    display: inline-block;
    outline: none;
    line-height: 20px;
    margin: .15625rem 0;
    position: relative;
}
.button.primary {
    background: #2cbae6;
    color: #ffffff;
    /* border-color: #2086bf; */
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-size: 18px;
}
.button.link {
    background: transparent;
    color: #2086bf;
    border-color: transparent;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    margin: .625rem 0;
}
h1 {
    font: 400 2.25rem/1.1 Microsoft JhengHei;
}

        .login-form {
            width: 20rem;
            height: 18.75rem;
            position: fixed;
            top: 50%;
            margin-top: -9.375rem;
            left: 50%;
            margin-left: -10rem;
            background-color: #ffffff;
            border-radius: 10px;
            opacity: 0;
            -webkit-transform: scale(.8);
            transform: scale(.8);
        }
#body_title {
    background-color: #009eec;
    background-color: #23b7e5;
    background-image: linear-gradient(90deg,#23b7e5 0,#51c6ea);
    /* background-color: #1b8218; */
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    padding: 6px;
    position: relative;
    z-index: 3;
}
.OName {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    color: white;
    height: 62px;
    font-family: 'Noto Sans TC', sans-serif;
}
#body_title > div.OName > div:nth-child(1) {
    font-size: 28px;
    line-height: 28px;
    padding-top: 6px;
    letter-spacing: 3px;
}
#body_title > div.OName > div:nth-child(2) {
    font-size: 16px;
    padding-top: 2px;
    letter-spacing: 2px;
}
#head_logoutBT {
    position: absolute;
    right: 14px;
    top: 14px;
    background-color: #23b7e5;
    border-color: #ffffff;
    color: #fff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.BGIMG{
    background-image: url(/0MS/images/Account_02_min.jpg);
    background-image: url(/0MS/images/20180607_195218_l.jpg);
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    width: 100VW;
    height: 100VH;
    position: absolute;
    /* background-size: contain; */
    filter: blur(0px);
    transition: 6s cubic-bezier(0, -0.46, 0, 0.98);
}

.BGIMG.blur{
    filter: blur(5px);
    transform: scale3d(1.15,1.15, 1);
    opacity: 0.2;
}

a{
    text-decoration: none;
}
a > span.icon{
    top: -1px;
    position: relative;
    margin-right: 6px;
}

.loginbox {
    width: 300px;
    height: 315px;
    position: fixed;
    margin-left: -150px;
    margin-top: -150px;
    font-family: 'Noto Sans TC', sans-serif;
    border-radius: 10px;
    top: calc(42%);
    left: 50%;
    background-color: rgb(255, 255, 255);
    color: #1b1b1b;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    transition: 1.5s ease-in-out;
}

#login_panel_head {
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    background-image: linear-gradient(90deg,#23b7e5 0,#51c6ea);
    color: white;
    border-radius: 10px 10px 0 0;
}
.form-group {
    margin-bottom: 15px;
}
button, input, optgroup, select, textarea {
    /* margin: 2px; */
    font: inherit;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.login-form-head{background-color: #1b8218;background-color: #2cbae6;color: white;text-align: center;font-size: 1.8em;padding: 0.3em;margin-bottom:  1em;border-top-left-radius: 7px;border-top-right-radius: 7px;}

.login-form-body{
    
margin: 4.5em 2em 1em 2em;
}

.login-form-body label{
    
margin: 0px 5px 12px 0px;
    
font-size: 18px;
}

button > span.icon {
    top: -2px;
    position: relative;
    margin-right: 6px;
}