#login {
    padding-top: 50px
}
.newheader{
	background:url(../../Images/header.jpg);height:95px; padding-top:1px;
	}
#login .form-wrap {
    width: 30%;
	float:right;
	margin-right:10%;
	 background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.9);
    padding: 10px 20px 10px 20px;
	margin-bottom:30px;
	
}
#login .text {
    width: 40%;
	float:left;
	margin-left:7%;
	padding-top:40px;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    color: #212121;
	
}
.btn-custom {
    color: #fff;
	background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
	background:url(../../Images/header.jpg);height:60px; 	
	width:100%;
	height:20px;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}

#login.form-wrap {
width: 30%;
	float:right;
	margin-right:12%;
	background: nonerepeatscroll00#fff;
border-radius: 10px;
box-shadow: 03px10px0rgba(0, 0, 0, 0.9);
padding: 10px20px10px20px;
	margin-bottom:30px;
	
}

#login.text {
width: 40%;
	float:left;
	margin-left: 5%;
padding-top: 9px;
	
}
