﻿/*TCC*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

body {
    background: #f4f3f0;
    font-family: 'Montserrat', 微軟正黑體, sans-serif !important;
    width: 100vw;
    /*     background: #f5f5f5; */
    background-image: url('../css/images/movie_bg.jpg');
    background-size: cover;
}

a {
    color: #516cd2;
    text-decoration: none;
}

/*共用*/
/* 更改色农 */

.main_bg {
    background: #ffffff;
}

.main_color {
    color: #2a43a0;
}

.main_button_color {
    border: 1px solid #ed571a;
    background: #ed571a;
    color: #FFFFFF;
}

.sec_button_color {
    background-color: transparent;
    border-color: #2a43a0;
    color: #2a43a0;
}
.cloud_button_color {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    background: #4890d2;
}

.navbar-default {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(248, 248, 248, 0);
    margin-bottom: 20px;
}

.navbar-header {
    width: 100%;
    max-width: 800px;
}

    .navbar-header a {
        margin: 0px auto;
        display: block;
        float: left;
        margin-top: 15px;
        margin-left: 0px !important;
        height: auto !important;
        padding-bottom: 5px;
    }

.brand_title {
    float: left;
    margin-top: 50px;
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    text-align: left;
    padding-left: 10px;
}

.navbar-header a img {
    width: 170px !important;
    display: inline-block;
    float: left;
}



/*共用css*/
.u_mt_10 {
    margin-top: 10px !important;
}
.u_mt_20 {
    margin-top: 20px !important;
}
.u_mt_50 {
    margin-top: 50px !important;
}
.u_mb_10 {
    margin-bottom: 10px !important;
}

.u_mb_20 {
    margin-bottom: 20px !important;
}
.u_mb_30 {
    margin-bottom: 30px !important;
}





/*logo*/

.logo_img {
    margin-top: 47px;
}

    .logo_img img {
        width: 36%;
    }

.img_box {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: -3rem;
}

@media (max-width:767px) {
    .img_box {
        position: relative;
    }
}

        .img_box img {
            width: 451px;
        }


    .infobox {
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    div box styling

    .login_page .container {
        margin-top: 20px;
    }

    .welcome {
        position: relative;
        border-radius: 10px;
        max-width: 820px;
        width: 100%;
        display: block;
        background: #fff;
        box-shadow: 0 35px 50px -25px rgba(38, 35, 55, 0.6);
    }

    .loginbox {
        position: relative;
        float: right;
        height: 100%;
        top: 0;
        right: 0;
        width: 45%;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
        z-index: 2;
        padding: 50px 30px;
    }

    .nodisplay {
        display: none;
        transition: all 0.5s ease;
    }

    .leftbox,
    .rightbox {
        position: absolute;
        transition: 1s all ease;
    }

    .leftbox {
        left: 0;
        width: 55%;
        height: 100%;
        background-color: #fafbff;
        border-radius: 10px 0px 0px 10px;
        float: left;
        position: absolute;
    }

    .rightbox {
        right: 0;
        background-image: url(../css/images/text3.jpg);
        width: 45%;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
    }

    .leftbox:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px 0px 0px 10px;
        background: linear-gradient(0deg,#8781a9 0,rgba(38,35,55,0) 75%,rgba(38,35,55,0));
        background: linear-gradient(0deg, #8d9ee0 0, rgba(38, 35, 55, 0) 60%, rgba(38, 35, 55, 0));
    }

    .signin_input {
    }

    .clause {
        float: left;
        width: 100%;
        padding: 0px 20px;
    }

        .clause input {
            position: absolute;
            margin-right: 10px;
            float: left;
        }

    .signin {
        margin: 10px 0px;
        height: 100%;
    }

    .checkbox_login {
        float: left;
        margin-right: 10px;
    }

    /*font & button styling*/
    h1 {
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 4px;
        margin-bottom: 0;
    }

        h1.res {
            font-weight: bold;
            color: #ed571a;
            text-align: center;
            margin-bottom: 0px;
        }

    .title {
        color: #504744;
        font-size: 1.5em;
        line-height: 1.1em;
        letter-spacing: 3px;
        text-align: center;
        font-weight: 300;
        margin-top: 10px;
    }



    .account {
        font-size: 10px;
    }

    p.account {
        font-size: 0.7em;
        letter-spacing: 2px;
        color: #2a43a0;
        text-align: center;
        margin-bottom: 5px;
    }

    .flower {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 46%;
        left: 29%;
        opacity: 0.7;
    }

    .smaller {
        width: 90px;
        height: 100px;
        top: 48%;
        left: 38%;
        opacity: 0.9;
    }

    button {
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 45px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: transform 80ms ease-in;
        margin: 0 auto;
        display: block;
    }

        button:active {
            transform: scale(0.95);
        }

        button:focus {
            outline: none;
        }


    .btn_location {
        position: absolute;
        bottom: 10%;
        margin: 0 auto;
        display: block;
        width: 100%;
    }


    .btn_box {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .btn_fopas {
        text-align: left;
        display: block;
        margin: 5px 25px;
        margin-bottom: 20px;
    }



    /*form styling*/

    form {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 7px;
    }

    .more-padding {
        padding-top: 35px;
    }

        .more-padding input {
            padding: 12px;
        }

    .signin_title {
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
        margin-top: 5px;
        color: #777;
    }



    .img_code_box {
        float: left;
    }

        .img_code_box a {
            display: block;
            /*width: 100%;*/
            float: left;
            padding-left: 25px;
            padding-top: 5px;
            padding-bottom: 10px;
        }

    .error label {
        color: #ED571A;
        font-size: 14px;
        font-weight: normal;
        padding-top: 5px;
    }

    label {
        font-size: 0.8em;
        letter-spacing: 1px;
        position: relative;
        float: left;
        margin-left: 20px;
    }

    .checkbox {
        display: inline;
        white-space: nowrap;
        position: relative;
        left: -62px;
        top: 5px;
    }

    .input_box {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }


    input[type="checkbox"] {
        background: #ce7d88;
    }

    input[type="text"], input[type="password"] {
        margin: 0 auto;
        background-color: #eee;
        border: none;
        padding: 10px 15px;
        width: 90%;
        display: block;
        line-height: 1;
        border-radius: 5px;
        border-bottom: 1.2px solid transparent;
    }



    input::placeholder {
        color: #a5a5a5;
        letter-spacing: 0.5px;
        font-size: 1em;
        line-height: 1;
        font-weight: 300;
        transition: 0.8s all ease;
    }

    input:focus::placeholder {
        opacity: .5;
    }

    input:focus {
        color: #ce7d88;
        outline: none;
        border-bottom: 1.2px solid rgb(92, 115, 238);
        font-size: 1em;
        transition: 0.8s all ease;
    }

    select {
        width: 80%;
    }

    .imp_point {
        color: #ed571a;
        position: absolute;
        top: 0;
        left: 18px;
        font-size: 2rem;
    }

   /*登入*/
    .img_code {
        float: left;
    }


        .img_code span {
            margin-left: 25px;
            color: #757575;
            float: left;
            line-height: 2.5;
        }

        .img_code input {
            float: left;
            width: 30%;
            margin: 0;
            margin: 0px 10px;
            height: 30px;
        }

        .img_code img {
            float: left;
            /*height: 36px;
        margin-top: 2px;
        */
            margin: 0;
            border-radius: 5px;
        }
    /*註冊*/
.img_code2 {
    float: left;
}


    .img_code2 span {
        margin-left: 25px;
        color: #757575;
        float: left;
        line-height: 2.5;
    }

    .img_code2 input {
        float: left;
        width: 30%;
        margin: 0;
        margin: 0px 15px;
        /*height: 30px;*/
        padding: 10px 15px;
    }

    .img_code2 img {
        float: left;
        height: 36px;
        /* margin-top: 2px;
        */
        margin: 0;
        border-radius: 5px;
    }
    .checkbox input[type="checkbox"]:checked + label {
        color: #ce7d88;
        transition: 0.5s all ease;
    }

    .signin_input input {
        margin: 20px 10px auto;
    }

    footer {
        width: 100vw;
        position: relative;
        text-align: center;
        font-size: 12px;
        color: #333;
        margin: 70px auto;
        z-index: 999999;
    }

    .form-control {
        margin: 0 auto;
        width: 90%;
        height: 40px !important
    }

    .signup {
        max-width: 700px;
        margin: 0 auto;
    }

    .right_login {
        float: right;
        position: absolute;
        right: 50px;
        bottom: 18px;
    }

    @media (max-width:767px) {
        .welcome {
            position: relative;
            border-radius: 10px;
            max-width: 820px;
            width: 100%;
            display: block;
            background: #fff;
            box-shadow: 0 35px 50px -25px rgba(38, 35, 55, 0.6);
            margin-bottom: 70px;
        }

        .loginbox {
            position: relative;
            height: auto;
            top: -10px;
            right: 0;
            width: 100% !important;
            border-radius: 0px 0px 10px 10px;
        }

        .leftbox {
            left: 0;
            width: 100%;
            height: 100%;
            min-height: 300px;
            border-radius: 10px 10px 0px 0px;
            position: relative;
        }

        .img_box {
            top: 0rem;
        }
        .infobox {
            top: 0;
        }

        .btn_location {
            bottom: 30px;
        }

        footer {
            position: relative;
            text-align: center;
        }

        .right_login {
            float: none;
            position: relative;
            right: inherit;
            margin: 0 auto;
            top: 26px;
        }

        .img_box img {
            border-radius: 10px;
            width: 100%;
            height: auto;
        }

        label {
            margin-bottom: 20px;
        }
    }

    .forgetPwd_box {
        padding: 80px 30px;
    }

    .pwd_ad {
        top: 0rem;
    }

    /*註冊頁的性別下拉*/
    .drop_down {
        background-color: #eee;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        border: 0px solid #ccc;
        border-radius: 5px;
    }

        .drop_down:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
        }

    .or_box {
        border-top: 1px solid #d3dee5;
        padding: 10px 0;
        margin-top: 27px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .or_box:before {
            content: "或";
            color: #717fa6;
            display: inline-block;
            position: absolute;
            top: -15px;
            background: #fff;
            padding: 0 20px;
        }
