
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.relative{
	position: relative;
}
#loading {
	width:100px;
	height:100px;
	border:2px solid #ccc;
	border-top-color:#f50;
	border-radius:100%;

	/* here we center it*/
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	margin-top:50px;

	/* Tha animation*/
	animation: round 1s linear infinite;
}

@keyframes round {
	from{transform: rotate(0deg)}
	to{transform: rotate(360deg)}
}

#overlay {
	display: none;
	position: absolute;
	height:100%;
	width:100%;
	background:#4A4140;
	opacity:1;
	left:0;
	padding-top:20px;
	z-index:9999;
	text-align: center;
}

#check_txt{
	font-size: 24px;
	color: white;
	margin-top: 50px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}

.form-input{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(212, 210, 209, 0.93) 0%, rgba(255, 255, 255, 0.94) 12%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
	height: 26px;
	margin: 8px 0 4%;
	padding: 3px 2%;
	width: 96%;
	border: 1px solid #ed1c24;
}

.visible-xs-inline{
	display: none!important;
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline-block!important;
	}
}

.photo_cont{
	display: none;
}