    body {
			background: yellow no-repeat !important;	
			    height: 657px; /* 100% */
      font-family: FontAwesome;
		}
		.noselect {
		  -webkit-touch-callout: none; /* iOS Safari */
		    -webkit-user-select: none; /* Safari */
		     -khtml-user-select: none; /* Konqueror HTML */
		       -moz-user-select: none; /* Firefox */
		        -ms-user-select: none; /* Internet Explorer/Edge */
		            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
		.wrapper {	
		  	margin-bottom: 80px;
		}

		.form-signin {
		  max-width: 430px;
		  padding: 9px 35px 45px;
		  margin: 0 auto;
		  background-color: yellow;
		 } 

		  .form-signin-heading,
			.checkbox {
			}

			.checkbox {
			  font-weight: normal;
			}

			.form-control {
			  position: relative;
			  font-size: 16px;
			  height: auto;
			  padding: 10px;
			}

			.form-control:focus {
				  z-index: 2;
				  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);		
			}

			input[type="text"] {
			  margin-bottom: -1px;
			  border-bottom-left-radius: 0;
			  border-bottom-right-radius: 0;
			}

			input[type="password"] {
			  margin-bottom: 20px;
			  border-top-left-radius: 0;
			  border-top-right-radius: 0;
			}
			.btn-change:hover{
				background: #419641!important;
			}
			.btn:hover{
				background: #218838!important;
			}
			.coupon-code{
				-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
				-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
				animation-name: example;
				animation-duration: 1s;
			}
			/* Safari 4.0 - 8.0 */
			@-webkit-keyframes example {
					from {transform: rotateY(0deg);}
					to {transform: rotateY(360deg)}
			}

			/* Standard syntax */
			@keyframes example {
				from {transform: rotateY(0deg);}
				to {transform: rotateY(360deg)}
			}