
html{
	min-height:100%;
}

body {
	background: url(../img/login/1.jpg) no-repeat center center;
	/*min-height:100%;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#a8a8a8;
}

.regpage {
	margin: 80px auto 0 auto;
}


h1 {
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	color: #fff;
}

form {
	position: relative;
	margin: 15px auto 0 auto;
	text-align: center;
}


.inputs {
	background: #2d2d2d; /* browsers that don't support rgba */
	*background-color: transparent;
	background: rgba(45, 45, 45, .15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	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-size: 14px;
	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;
}


.inputs:-moz-placeholder {
	color: #fff;
}

.inputs:-ms-input-placeholder {
	color: #fff;
}

.inputs::-webkit-input-placeholder {
	color: #fff;
}

.inputs: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);
}



.loginbtn {
    cursor: pointer;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    -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: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    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;
}

	.loginbtn: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);
	}
	
	.loginbtn: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 #ef4300;
	}
	

.notice{
	margin-top:20px;
	color: #fff;
	font-size: 20px;
}