﻿/*!
 * Photon Login Page Css v.1.0
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    /*!
 *  todo:字体
 */
    color: white !important;
    font-size: 62.7777777%;
}


html,
.tec-body-login {
    background: rgb(71, 141, 205) !important;
    color: white;
}


.tec-login-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    min-width: 300px;
    /*background: url('images/container-login.jpg') no-repeat center center fixed;*/
}

.tec-form-centering-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.tec-form-login {
    width: 400px;
    min-height: 526px;
    position: relative;
    margin: 0 auto 0;
    padding: 20px 40px 80px 40px;
    border: 2px solid white;
    font-size: 14px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.tec-form-login-logo {
    padding: 25px 20px;
}

    .tec-form-login-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 125px;
    }

    .tec-form-login-logo a,
    .tec-form-login .tec-lang a,
    .login-footer a {
        color: white;
    }

.tec-form-login .tec-lang a {
    float: right;
    display: block;
    width: 37px;
    border-right: 1px solid #6D787D;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.tec-login-title {
    width: 100%;
    line-height: normal;
    font-weight: normal;
    margin: 0;
    text-align: center;
    height: auto;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
}


.tec-login-input-area i,
.tec-form-login-logo i {
    font-size: 20px;
}

.tec-form-login .tec-lang:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.tec-login-table-row {
    min-height: 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.tec-form-login .txt-login-id,
.tec-form-login .txt-login-psw {
    background-color: transparent;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
}

.input-group.tec-no-outerline {
    margin-bottom: 30px;
}

.tec-no-outerline input[type=text],
.tec-no-outerline input[type=password],
.tec-no-outerline .input-group-addon {
    background-color: transparent;
    color: inherit;
    border: 0px;
    border-radius: inherit;
    outline: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 6px 12px;
}

.tec-no-outerline .tec-input-group-addon i {
    width: 20px;
}

.tec-btn {
    outline: 0px;
}

.tec-btn-block {
    display: block;
    width: 100%;
}

.tec-btn-large {
    font-weight: 500;
    font-size: 20px;
    padding: 6px 0px;
}

.tec-btn-radius-horizontal {
    border-radius: 20px;
}

.tec-btn-signin {
    line-height:1.42857143;
}

.btn-bg-none {
    background: inherit;
    border: 1px solid #ccc;
}

.tec-btn-bg-reverse,
.tec-btn-bg-reverse:active,
.tec-btn-bg-reverse:visited,
.tec-btn-bg-reverse:focus,
.tec-btn-bg-reverse:hover {
    border: 0px;
    background: white;
    color: rgb(71, 141, 205);
}

.login-footer a.btn.btn-outline {
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.tec-mt35 {
    margin-top: 35px;
}

@media (max-width:767px) {

    body {
        padding: 0;
    }

    .login-logo {
        width: 100%;
        text-align: center;
        height: auto;
        border-bottom: 1px solid #d1d7df;
        padding: 10px 0;
    }


    /*更改輸入框黃背景問題*/
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    }

    .tec-login-input-area .login-captcha {
        width: 256px;
        display: none;
        margin: 0 auto 10px;
    }

        .tec-login-input-area .login-captcha input[type="text"] {
            width: 130px;
            display: inline;
            margin-bottom: 0px;
        }

        .tec-login-input-area .login-captcha img {
            cursor: pointer;
            width: 80px;
            height: 30px;
            display: inline;
            margin-bottom: 0px;
        }

    .tec-body-login .help-block {
        margin-bottom: 20px;
        color: #333;
    }

    .tec-body-login .btn-login {
        width: 256px;
        margin-top: 10px;
    }

    .login-footer {
        text-align: left;
    }


    .tec-form-login {
        width: 100%;
        height: 100%;
        border: 0;
        margin: 0;
        border-radius: 0;
        box-sizing: border-box;
        box-shadow: none;
        position: absolute;
        padding: 20px 40px;
    }

    .tec-login-container, .form-centering-wrapper {
        display: block;
    }
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}




/*Hidden yellow background in text box*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 50px white inset;
}

/*驗證碼驗證成功標識*/
#CheckCaptchaSusscess > .fa {
    color: #009933;
}

/*^notify-widget-pane*/
#notify-widget-pane {
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 1111;
}

#loading {
    display: none;
}
/*$notify-widget-pane*/
