﻿/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    text-align: center;
    color: #fff;
	font-family:Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
.bl20{height:20px; clear:both;}
.bl25{height:25px; clear:both;}

.page-container {
	padding:30px 20px 40px 20px;
	width:350px;
	height:auto;
    margin: 120px auto 0 auto;
	background-color:rgb(170,170,170);filter:alpha(opacity=40);background:rgba(170,170,170,0.4);;
}

h1 {
    font-size:20px;
    line-height:40px; color:#F7F5F5;
	position:relative;
}

form {
    position: relative;
    width: 350px;
    margin: 15px auto 0 auto;
    text-align: center;
}

.submit_button{ height:36px; line-height:36px; width:300px; background:#2cc64d;border:0px; text-align:center; color:#FFF; font-family:微软雅黑; cursor:pointer;}
.username{height:36px; line-height:36px;width:270px; padding-left:25px;background:#FFF url(http://data.winshang.com/images/rin.jpg) 6px 12px no-repeat;border:1px solid #bbb;}
.password{height:36px; line-height:36px;width:270px; padding-left:25px;background:#FFF url(http://data.winshang.com/images/pin.jpg) 6px 12px no-repeat; border:1px solid #bbb;}


/*－－－增加部份的CSS－－－*/
form,input,button{font-family:Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif; text-decoration:none;}
button.submit_button{ font-size:24px; letter-spacing:15px;}
input.Captcha{ width:130px; float:left;}



