﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
    margin: 0px;
    height: 100%;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/MAP_loginpage_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.LoginContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(161, 161, 161, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(161, 161, 161, 1);
    box-shadow: 0px 0px 3px 0px rgba(161, 161, 161, 1);
    width: 300px;
    max-width: 95%;
    background: rgba(255, 255, 255, 0.8);
}

.hidden {
    display: none !important;
}

.btn {
    border-radius: 2px !important;
}

.form_group input {
    border-radius: 2px;
    outline: none;
    height: 44px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.7);
    margin: 5px auto;
    color: #000;
    font-size: 16px;
}

    .form_group input:focus {
        border-color: rgba(0,0,0,0.7);
    }


.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
}

.cbiLogincss {
    padding-left: 28px;
}

.icon {
    padding: 15px 10px 10px 10px;
    opacity: 0.5;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.brand-link, .brand-link:hover {
    color: #02335f !important;
}

.brand-image {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(161, 161, 161, 1) !important;
    -moz-box-shadow: 0px 0px 1px 0px rgba(161, 161, 161, 1) !important;
    box-shadow: 0px 0px 1px 0px rgba(161, 161, 161, 1) !important;
}

.bgwarning {
   background: #02335f;
   color:#fff;
}

/*input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder {
    color: #000 !important;
}*/

.loginForm {
    border-radius: 2px;
    padding: 30px;

}

#loginFail {
    margin: 5px auto;
    margin-bottom: 10px !important;
    padding: 10px !important;
}
