			.btn-warning:focus,
			.btn-warning:active,
			.btn-warning:active:hover,
			.btn-warning:active:active:focus {
				outline: none;
				border-color: #eea236;
			}
			.header_title{
				margin:30px auto;
			}
			.header_title h2 {
				
			}

			.header_title p {
				
			}
			.header_title p:nth-child(2) {
				margin:20px auto;
				
			}
			.header_title p:nth-child(3) {
				color: #E03025;
				
			}
			
			.asterisk {
				color: #E03025;
			}
			.myForm{
				margin: 30px auto;
			}
			.form-control{
				width: 60%;
				border-top: none;
				border-left: none;
				border-right: none;
				outline: none;
				box-shadow: none;
				border-radius: 0;
			}
			.form-control:focus{
				outline: none;
				box-shadow: none;
			}
			.header_img img {
				width: 100%;
				height: 100%;
			}
			@media (max-width:768px) {
				.header_title h2 {
					font-size: 20px;
					text-align: left;
				}

				.header_title p {
					text-align: left;
				}

				.header_img {}

				
				.form-control{
					width: 60%;
					border-top: none;
					border-left: none;
					border-right: none;
					outline: none;
					box-shadow: none;
				}
				.s_btn{
					
				}
				
			}