body {
	padding: 50px;
	font-family: 'Roboto', sans-serif;
	background-color: #F5F5F5;
}
/*Sign In Form*/
.username {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.12);
	display: block;
	font-size: 16px;
	font-family: "Helvetica","Arial",sans-serif;
	margin: 0;
	padding: 4px 0;
	width: 100%;
	background: 0 0;
	text-align: left;
	color: inherit;
}
.signin {
	position: relative;
	height: 700px;
	width: 500px;
	margin: auto;
	box-shadow: 0px 30px 125px -5px #000;
}
/*Background Img*/
.back-img {
	position: relative;
	width: 100%;
	height: 250px;
	background: url(../images/Gxbg.png)no-repeat center center;
	background-size: cover;
}

.layer {
	background-color: rgba(33,150,243,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.active {
	padding-left: 25px;
	color: #fff;
}

.nonactive {
	color: rgba(255, 255, 255, 0.6);
}

.sign-in-text {
	top: 175px;
	position: absolute;
	z-index: 1;
	color:fuchsia
}

h2 {
	padding-left: 15px;
	font-size: 25px;
	text-transform: uppercase;
	
	font-weight: 300;
}

.point {
	position: absolute;
	z-index: 1;
	color: #fff;
	top: 235px;
	padding-left: 50px;
	font-size: 20px;
}

/*form-section*/
.form-section {

	padding: 70px 90px 70px 90px;
}

.keep-text {
	font-size: 15px;
	color: #BDBDBD;
}

.forgot-text {
	font-size: 12px;
	color: #BDBDBD;
	text-align: right;
}
/*sign-in-btn*/
.sign-in-btn {
	width: 100%;
	height: 75px;
	position: relative;
	bottom: 0;
	border-radius: 0px;
	background-color: rgb(33,150,243);
}
