/*********************** 以下適用所有尺寸 (含 large desktops, 1200px and up) *********************/
html{
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: url(../media_content/world_map_blur.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../media_content/world_map_blur.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.color_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
	background: linear-gradient(-45deg, #23d5ab,#23a6d5, #e73c7e,#ee7752);
	/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
	background-size: 300% 300%;
    animation: gradient 15s ease infinite;
    opacity: 0.75;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* login container */
.login_container{
    position: absolute;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    /* height: 500px; */
    /* background: rgba(255,255,255,.2); */
    right: 15%;
    top: 20%;
    transform: translate(15%,-20%);
    /* box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
    padding: 20px;
    -webkit-filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
}

.login_label{
    color: #E8E8E8;
    font-weight: normal;
}
.flat_btn_style{
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    color: #E8E8E8;
    width: 100%;
    height: 40px;
    box-shadow: 4px 7px 8px -1px rgba(0, 0, 0, 0.1);
}
.flat_btn_style:focus{
    outline: none;
}
.flat_btn_style::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E8E8E8;
    opacity: 0.7; /* Firefox */
}
.flat_btn_style:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E8E8E8;
    opacity: 0.7;
}

.flat_btn_style::-ms-input-placeholder { /* Microsoft Edge */
    color: #E8E8E8;
    opacity: 0.7;
}

.tab_container{
    
}
.text_btn_style{
    background: transparent;
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
    color: rgba(255,255,255,0.2);
    border-bottom: 2px solid transparent;
    transition: all 0.4s;
}
.text_btn_style.btn_clicked{
    color:#E8E8E8;
    border-color: #37CA3A;
}
.text_btn_style:focus{
    outline: none;
}
.text_btn_style:hover{
    color:#E8E8E8;
}
.app_container{
    position: fixed;
    bottom: 20px;
    left: 25px;
    -webkit-filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
}
.app_container_mobile{
    display: none;
    margin-top: 60px;
    text-align: center;
}
.img_app_store {
    max-height: 35px;
}
.scrm_title_container{
    position: fixed;
    z-index: 0;
    left: 20%;
    top: 45%;
    transform: translate(-20%,-45%);
    -webkit-filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(4px 7px 5px rgba(0, 0, 0, 0.25));
}
.scrm_title_container img{
    width: 130px;
}
.scrm_title_container h1{
    color: #fff;
    margin-left: 70px;
    margin-top: 5px;
    word-spacing: 20px;
}
.login_btn_style{
    width: 100%;
    background: #ddd;
    /* background: #1161ee; */
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    opacity: 0.8;
    transition: all 0.4s;
    font-weight: bold;
    color: #505050;
}
.login_btn_style:hover{
    opacity: 1;
}
.login_btn_style:focus{
    outline: none;
}
.dot_decoration{
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: 10px 10px;
    background-image: radial-gradient(circle, rgba(255,255,255,.2) 1px, rgba(1,1,1, 0) 1px);
    opacity: 0.3;
}
div#register_container {
    position: absolute;
    margin-bottom: 50px;
    padding-right: 40px;
}
.register_successful p{
    font-weight: bold;
    color: #01FEDF;
    font-size: 18px;
}
/* FORM 內 'CAPTCHA' image */
#dei_normal_login_captcha_image{
    width: 140px;
    vertical-align: text-bottom;
    border-radius: 15px;
    opacity: 0.85;
    transition: all 0.4s;
}
#dei_normal_login_captcha_image:hover{
    opacity: 1;
}
#dei_normal_login_captcha_container{
    display:block;
    margin-bottom: 20px;
}
/* FORM 內換一張 'CAPTCHA' image 的按鍵 */
#dei_normal_login_next_captcha_btn{
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    transition: all 0.4s;
}
#dei_normal_login_next_captcha_btn:hover{
    opacity: 1;
}

/* login container */
/* page container */
.logo_img {
    border: 0;
    width: 180px;
    height: 56px;
}

#dei_login_page_container {
    padding-top: 30px;
}

/* page 語言列 */
#dei_login_panel_header {
    background-color: transparent;
    margin-bottom: 6px;
}
/* page logo */
#dei_login_logo {
    padding-top: 72px;
    padding-left: 72px;
}

/* FORM 物件區 */
.dei_form_login {
    margin-top: 20px; 
    position: absolute;
    width: 100%;
    padding-right: 40px;
}

/* login name 的 label */
#dei_login_name_label {
    margin-bottom: 6px;
}

/* FORM 物件區內 '下一步' button 的 container */
#dei_login_next_btn_container {
}

/* FORM 內 '下一步' button */

#dei_login_next_btn {

}
#dei_login_next_btn:hover{
   
}

/* FORM 內文字輸入區 */
.dei_input_text {
    margin-bottom: 20px;
}



/**************** 此區適用 Medium devices (desktops, 992px and up) ****************/
@media (max-width: 1200px) {
    /* page logo */
    #dei_login_logo {
        padding-left: 64px;
    }

    /* FORM 物件區 */
    .dei_form_login {
      
    }

}

/**************** 此區適用 Small devices (tablets, 768px and up) ****************/
@media (max-width: 992px) {
    /* page logo */
    #dei_login_logo {
        padding-left: 36px;
    }

    /* FORM 物件區 */
    .dei_form_login {
      
    }

    /* login container */
    .login_container{
        right: 10%;
        top: 20%;
        transform: translate(10%,-20%);
    }

    .scrm_title_container{
        left: 10%;
        top: 45%;
        transform: translate(-10%,-45%);
    }
    .scrm_title_container img{
        width: 110px;
    }
    .scrm_title_container h1{
        font-size: 28px;
        margin-top: 0px;
    }
    /* login container */

}

/**************** 此區適用 Extra small devices (phones, less than 768px) ****************/
@media (max-width: 1200px) {
    /* page logo */
    #dei_login_logo {
        padding-left: 24px;
        padding-top: 35px;
    }

    .logo_img {
        border: 0;
        width: 135px;
        height: 42px;
    }

    /* login container */ 
    .dei_form_login {
        position: relative;
        padding-right: 0px;
    }
    
    .app_container{
        display: none;
        position: absolute;
    }
    .app_container_mobile{
        display: block;
    }
    .login_container{
        left: 50%;
        top: 100px;
        transform: translateX(-50%);
        padding: 10px;
    }
    div#register_container {
        position: relative;
        padding-right: 0px;
    }
    .scrm_title_container{
        position: absolute;
        text-align: center;
        width: 100%;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }
    .scrm_title_container img{
        width: 110px;
        display: inline-block;
    }
    .scrm_title_container h1{
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 8px;
        display: inline-block;
        margin-left: 0px;
        vertical-align: bottom;
        font-weight: bold;
        letter-spacing: unset;
        word-spacing: unset;
    }
    /* login container */
  
}

/* page logo */
.dei_login_logo {
    /* margin: 0 auto; */
    /* max-width: 60%; */
    height: 60px;
    display: block;
    position: relative;
    padding: 0 10%;
}

/* oauth */
.homepage_oauth{
    text-align: center;
    margin-bottom: 20px;
}
#gSignIn{
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
    display: block;
    width: 100%;
}
.abcRioButton{
    border-radius: 50px !important;
}
.abcRioButton.abcRioButtonBlue{
    height: 40px !important;
    width: 100% !important;
}
.abcRioButtonBlue .abcRioButtonIcon {
    border-radius: 50px !important;
    padding: 10px !important;
}
span.abcRioButtonContents{
    line-height: 40px !important;
    font-weight: bold !important;
}
#fb_login_custome{
    cursor: pointer;
    background: #4f71ba;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 22px;
    width: 100%;
    position: relative;
}
.oauth_left_icon_wrapper{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}
.oauth_left_icon{
    color: #4f71ba;
    display: block;
    margin: 0 auto;
    line-height: 40px;
}   
/* oauth */

/****************** 以上適用適用所有尺寸 (含 large desktops, 1200px and up) ****************/


/**************** 此區適用 Medium devices (desktops, 992px and up) ****************/
@media (max-width: 1200px) {

}

/**************** 此區適用 Small devices (tablets, 768px and up) ****************/
@media (max-width: 992px) {

}

/**************** 此區適用 Extra small devices (phones, less than 768px) ****************/
@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 430px) {

}

