﻿html, body {
}
body {
    background-color: #bdbaad;
    background-image: url(images/index_rb.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.sf
{
    margin-top: 0;
}

.sf_Main {
    text-align: center;
    margin-top:50px;
}
.sf_Main H2
{
    margin:0 0 20px 0;
    padding:0;
    font-size:24pt;
    font-family: 標楷體, 'Arial Black';
    color: #212121;
}
#sf_login
{
	width: 400px;
	background-color: #f5f5f5;
	padding: 5px;
	text-align: left;
	margin: 0 auto 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.3);   
}

#sf_login .title {
    height: 60px;
    background: url(image/loginlogo.png) no-repeat center center;
}

#sf_login table
{
	width: 100%;
}
#sf_login td
{
	padding: 5px 20px 0 20px;
}
#sf_login span.ps {
    font-size: 12px;
}

#sf_login .fe
{
	padding-top: 10px;
	padding-left: 30px;
	letter-spacing: 2px;
}
#sf_login .fe span
{
	float:left;
	margin-bottom:-5px;
}
#sf_login .le{
    padding:20px 0 10px 10px;
}
#Msg
{
	float: left;
	display: inline;
	width: 200px;
	min-height: 24px;
	color: #ff3300;
	font-size: 110%;
	padding-top: 5px;
	margin-left: 5px;
	letter-spacing: 1px;
}
.seepaw
{
    position:absolute;
    float:right;
    margin-top:10px;
    margin-left:-30px;
}
.seepaw a
{
    font-size: 14pt;
    text-decoration: none;
    color: #666666;
}

#login{float:right;}

/*aPsButton*/
.aPsButton
{
	background: #69b10b;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));
	background-image: -webkit-linear-gradient(top,#9ad717,#69b10b);
	background-image: -o-linear-gradient(top,#9ad717,#69b10b);
	background-image: linear-gradient(to bottom,#9ad717,#69b10b);
	background-image: -moz-linear-gradient(top,#9ad717,#69b10b);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=  '#ff9ad717' ,endColorstr= '#ff69b10b' );
	cursor: pointer;
	border: #62a60a thin solid;
    font-size:12pt;
    padding:10px 20px;
    letter-spacing: 5px;
    font-weight:bold;
    font-family: Arial ;
    color: #F0F0F0;
}

.aPsButton:hover:enabled {
	border-color: #5b9909 #5b9909 #478500;
	background: #88be14;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));
	background: -webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	background: -o-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	background: linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);
	background: -moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#88be14' ,endColorstr= '#5d9c0a' ,GradientType=0);
	cursor:pointer;
}

#sf_footer {
    margin-top: 10px;
    text-align: left;
    margin: 0 auto 0 auto;
    width: 400px;
    clear: both;
}
.sf_footer_l
{
    float: left;
    display: inline;
    width: 320px;
    padding-top: 4px;
    padding-left: 10px;
    line-height: 14pt;
}
.sf_footer_r {
    float: right;
    display: inline;
    width: 50px;
    text-align: right;
    padding-top:4px;
}

#aT, #pT
{
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 14pt;
	padding: 5px;
	background-color: #f5f5f5;
    border: none;
    outline: none;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#aT:focus,#pT:focus
{
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #D2D2D2;
    border-bottom-color: #0099FF;
}

#goog{
   padding:10px 0 5px 0;  
   border-bottom: #212121 1px solid;
}
.sf_webBox {
    text-align: center;
}
#goog h5
{
    margin: 0;
}
#goog ul
{
    list-style-position: outside;
    list-style-type: square;
}
.noreg .aPsButton 
{
    background: #CC0000;
}

.intpawbox
{
   position:relative; 
}
.intpawbox input:focus ~ .intpaw,.intpawbox input:valid ~ .intpaw
{
    transform: scale(1) translatey(-33px);    
}
/*firefox not support*/
input:-webkit-autofill ~ .intpaw
{
    transform: scale(1) translatey(-33px);
}
.intpaw
{
    background-color: transparent;
    transform-origin: bottom left;
    pointer-events: none;
    position: absolute;
    bottom: 18px;
    width: auto;
    font-size: 12pt;
    transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
}
@media screen and (max-width: 767px)
{
    .remetd
    {
        display:none;
    }
}
@media screen and (max-width: 480px)
{
    .sf_Main
    {
        margin-top:30px; 
        padding: 0 10px;
    }
    #sf_login
    {
        width:100%;   
    }
    #goog
    {
        display:none;
    }
    #sf_login .title 
    {
       background-image:none;
           height:20px;  
    }
    #sf_login td
    {
	    padding: 5px 10px 0 10px;
    }
    #sf_footer
    {
       width:100%;   
    }
    .sf_footer_l
    {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        padding:0;
        margin:0;
    }
    .sf_footer_r
    {
       width:100%;
       display:inline-block;
       float:none;
       text-align: center;
        padding:0;
        margin:0;
    }
    #Msg
    {
       width:100%;   
    }
    #login{float:none;}
    .msgtd
    {
       text-align:center;   
    }
}