*{
	box-sizing: border-box;
	font-family: Microsoft Tai Le;
}
.container{
	width:100%;
}
.row{
	display:block ruby;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth;
}
						
.signup-heading{	
	margin-top: 60px;
	font-weight: 800;
	text-align: center;
}

/* .hvr-grow { */
    /* vertical-align: middle; */
    /* transform: translateZ(0); */
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    /* backface-visibility: hidden; */
    /* -moz-osx-font-smoothing: grayscale; */
    /* transition-duration: 0.3s; */
    /* transition-property: transform; */
/* } */

/* .hvr-grow:hover, */
/* .hvr-grow:focus, */
/* .hvr-grow:active { */
    /* transform: scale(1.1); */
/* } */


input[type=address]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 14px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  padding: 14px 20px;
  margin: 8px 45px 1px 95px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.35em;
}


#captcha-code{
	border: 1px soild black;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: black;
	color: white;
	font-size: 1.8em;
	width: 16%;
	text-align: center;
	margin-bottom:0px;
	margin-left: 14px;
	margin-top: 44px;
	display: inline;
	letter-spacing: 8px;
}

/********Media Query*******/

@media only screen and (max-width: 1025px){
	input[type=submit]{
		margin-left: 14px;
	}
}

@media only screen and (max-width: 992px){
	input[type=submit]{
		margin-left: 14px;
	}
	#captcha-code{
		font-size: 1.5em;
		margin-top: 50px;
	}
	.form-section .col-lg-12 {
		width: 100%;
	}
	#captcha-code {
		font-size: 1.5em;
		margin-top: -34px;
		margin-left: 20px;
		letter-spacing:2px;
	}
	input[type=submit]{
		margin-left: 0px;
	}
}

@media only screen and (max-width: 623px){
	.col-lg-12-mobile{
		width: 100%;
	}
	.login-area{
		width: auto;
	}
	#captcha-code {
		font-size: 1.3em;
	}
}


@media only screen and (max-width: 597px){
	.col-lg-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 478px){
	#captcha-code {
		font-size: 1.1em;
	}
}

