 	/*Loader CSS*/
		#spinner.active {
		    display: inline-block;
		}
		#spinner {
				height: 100%;
		    display: none;
		    transform: scale(.4);
		    -webkit-transform: scale(.4);
		    -moz-transform: scale(.4);
		    -ms-transform: scale(.4);
		    -o-transform: scale(.4);
}
		.ball {
		    position: absolute;
		    display: block;
		    background-color: #fff;
		    left: 24px;
		    width: 12px;
		    height: 12px;
		    border-radius: 6px;
		}
		#first {
		    animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;
		    animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;

		}
		#second {
		    animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;
		      animation-timing-function: cubic-bezier(0.5, 0.5, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;
		}
		#third {
		    animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;
		      animation-timing-function: cubic-bezier(0.5, 0.7, 0.9, 0.9);
		    animation-name: rotate; 
		    animation-duration: 2s; 
		    animation-iteration-count: infinite;
		    transform-origin: 6px 30px;
		}
		@keyframes rotate {
		  0% {
		    transform: rotate(0deg) scale(1);
		  }
		  100% { 
		    transform: rotate(1440deg) scale(1); 
		  }
		}​

		@keyframes rotate {
		  0% {
		    transform: rotate(0deg) scale(1);
		  }
		  100% { 
		    transform: rotate(1440deg) scale(1); 
		  }
		}
		/*Loader CSS*/
		.submitbtn{position: relative; font-size: 15px;}.submitbtn{
			position: relative; 
			font-size: 15px;
			color:white !important;
			background-color: rgb(206, 20, 70) !important;
		}
		.createacount{
			background-color: gray !important;
			color:#fff !important;
			font-weight: 400;
		}