body {
	background: #eee !important;	
}

.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
  margin-right: 20px;
  margin-left: 20px;
}

.form-signin {
  max-width: 580px;
  padding: 15px 35px 45px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1); 
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

 }
  .form-signin-heading {
	  margin-bottom: 30px;
	}
  .form-control {
	 position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
	 
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}
	
	input[type="text"] {
	  margin-bottom: 20px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

.btn{
	margin-bottom: 20px;
}
.login-box-footer {
    margin: 0;
    text-align: center;
    padding: 20px 0 20px 0;
    color:#c7c7c7;
}
.reset-page{
background-color:initial !important;
background-image:linear-gradient(135deg, #d7eefb 0%, #3c8dbc 100%) !important ;
}

.reset-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}