/******* Pricing Table *******/
.pricing_vung ul.plan-features li span.feature-count-text{
	position: relative;
}
.pricing_vung ul.plan-features li span.feature-count-text:before{
	content: ' ';
	left: -21px;
	content: "\f111";
	position: absolute;
	font-family: FontAwesome;
	font-size: 10px;
	top: 3px;
}
.fancy-pricing .fancy-pricing-card .plan-features li{
	justify-content: inherit;
}

.messages {
	color: #000;
	text-align: center;
}

/******* Login Popup *******/
.fieldContainer input[type=text], .fieldContainer input[type=password] , .fieldContainer input[type=email] {
	width: 100%;
	margin: 8px 0;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #c9cfd6;
	height: 60px;
	background: #fefefe;
	padding: 5px 30px;
	font-weight: 300;
	font-size: 1.25rem;
	transition: .3s;
	border-radius: .4rem;
	font-family: canada-type-gibson,sans-serif;
}
.fieldContainer input[type=password]{
	height: 50px !important;
}

label.formLabel{
	font-size: 1.25rem;
	padding-bottom: 1rem;
	font-weight: 600;
}

.fieldContainer{
	margin-bottom: 1.5rem;
	overflow: hidden;
}
.fieldContainer:last-child{
	margin-bottom: 0 !important;
}

/* Set a style for all buttons */
button.getStatedBtn {
	background-color: #0082c8;
	color: white;
	padding: 20px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-top: 1rem;
	border-radius: 5px;
	font-size: 1rem;
	letter-spacing: 1.7px;
}

button.getStatedBtn:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgFormContainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.formAvatar {
	width: 40%;
	border-radius: 50%;
}

.formContainer {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.formModal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; 
	border: 1px solid #888;
	max-width: 500px; 
	padding: 24px;
	border-radius: 10px;
	max-height: inherit;
}

/* The Close Button (x) */
.formClose {
	position: absolute;
	right: 1px;
	top: -40px;
	color: #000;
	font-size: 33px;
	font-weight: bold;
}

.formClose:hover,
.formClose:focus {
	color: red;
	cursor: pointer;
}

/* Add Zoom Animation */
.gtStartNewBtn{
	line-height: 0;
}
.formAnimate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
}
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

@media (max-width: 320px) {
  
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
 	.fieldContainer input[type=text], .fieldContainer input[type=password], .fieldContainer input[type=email]{
 		margin: 4px 0;
 		height: 35px;
 		border-radius: .2rem;
 	}
 	label.formLabel {
		font-size: 1rem;
	}
	.fieldContainer input[type=password] {
	    	height: 30px !important;
	}
	.formModal{
		width: 95%;
		margin-left: 2.5%;
	}
	.modal-content{
		padding: 10px;
	}
	button.getStatedBtn{
		padding: 10px 20px;
	}

}