/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
section{
    width:1366px;
    height:768px;
    margin:50px auto;
}

body {
    background: #f8f8f8;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #333;
}


h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
    position: relative;
    text-align: center;
}

input {
    width: 93.3%;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #faffbd; /* browsers that don't support rgba */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #333; }
input:-ms-input-placeholder { color: #333; }
input::-webkit-input-placeholder { color: #333; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button {
    cursor: pointer;
    height: 50px;
    margin-top: 20px;
    padding: 0;
    background: #333;
    -webkit-border-radius: 6px;
    border: 1px solid #333;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'Î¢ÈíÑÅºÚ', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #333;
}


/*2017-11-8*/
.login-frame{
	width:326px;
	height: 376px;
	padding: 30px 20px!important;
	text-align: center;
	border-top: 4px solid #333;
	background: #3b3d40;
	float: left;
}

.input-frame{
	width: 100%;
	height: 270px;
	float: left;
}

.login-ball{
	width:90px;
	height:90px;
	color:#fff;
	font-size: 18px;
	line-height: 85px;
	border-radius:90px;
	border: 4px solid #28c0ee;
	margin-left: 113px;
	margin-top: -45px;
	background: rgb(187,187,187);
	background: -moz-linear-gradient(top,  rgba(187,187,187,1) 0%, rgba(51,51,51,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,1)), color-stop(99%,rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(0,0,0,1) 99%);
	background: -o-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(51,51,51,1) 99%);
	background: -ms-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(51,51,51,1) 99%);
	background: linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(51,51,51,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#666666',GradientType=0 );
	box-shadow: inset 0 -5px 15px rgba(255,255,255,0.4), 
				inset -2px -1px 40px rgba(68,68,68,0.4), 	
				0 5px 5px rgba(0,0,0,.2);
	position: absolute;
	z-index: 11;
}

.login-ball::after {
	content: "";
	width: 50px; 
	height: 25px; 
	position: absolute;
	left: 20px;
	top: 3px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=0 );
	border-radius: 400px / 200px;	
	z-index: 10;
}

/*2018-5-21*/
.login-register{
	width: 100px;
	padding: 8px 10px;
	font-size: 12px;
    color:rgba(255,255,255,0.5);
	border-radius: 20px;
	margin:50px 18px;
	background: #666;
	float: left;
}

.login-half{
	width:50%;
	float:left;
	color:rgba(255,255,255,.5); 
	padding:0
}

.check-box-frame{
	width:20px;
	float:left;
	margin-top:4px;
}

.CB{
	width: 16px !important;
	height: 16px !important;
	margin: -10px 0 0 0 !important;
}

.logo-text{
	float:left;
    height:40px;
	line-height:40px;
	font-family: 'Î¢ÈíÑÅºÚ'!important;
	font-weight: 600;
	font-size: 20px;
	border-left:1px solid #fff;
	color:#fff;
}

.footer a{
	color: #ccc;
}


