#popupContact {
	border-radius: 5px;
}
.modal-dialog {
	width: 350px !important;
	margin: 0px auto !important;
	text-align: center;
}
.form-controlss {
	background-color: #ffffff !important;
	color: #080a3c !important;
	border: none !important;
	-webkit-transition: 0.5s !important;
	transition: 0.5s !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 55px !important;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: .375rem .65rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	border-radius: 4px;
	outline: unset;
}
.form-control {
	background-color: #ffffff !important;
	color: #080a3c !important;
	border: none !important;
	-webkit-transition: 0.5s !important;
	transition: 0.5s !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 55px !important;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: .375rem .65rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	border-radius: 4px;
	outline: unset;
}
.input-group .form-controlss {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.form-group {
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
	box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
	border-radius: 5px;
}
.input-group.inp {
	margin-bottom: 15px !important;
}
.well .checkbox {
	text-align: right;
}
.well p {
	text-align: right;
	color: #828281;
	font-size: 14px;
}
.well .btns-block {
	border: none !important;
	position: relative !important;
	display: inline-block !important;
	text-align: center !important;
	overflow: hidden !important;
	z-index: 1 !important;
	color: #ffffff !important;
	background-color: #ff612f !important;
	-webkit-transition: 0.5s !important;
	transition: 0.5s !important;
	border-radius: 5px !important;
	font-size: 15px !important;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
	box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
	width: 100% !important;
	line-height: 1.5 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.btns-block:hover, .btns-block:focus {
	color: #ffffff;
	-webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
	box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
	background-color: #13c4a1 !important;
}
.well {
	min-height: 20px;
	padding: 15px !important;
	margin-bottom: 0px !important;
	background-color: #fff !important;
	border: 0px solid #e3e3e3 !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#ccode {
	width: 15% !important;
	box-shadow: none !important;
}
#s-user {
	width: 85% !important;
}
.input-group-addon {
	padding: 6px 0px 6px 6px !important;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	background-color: #fff !important;
	color: #080a3c !important;
	border: none !important;
	-webkit-transition: 0.5s !important;
	transition: 0.5s !important;
}
.bootstrap-dialog-title img {
	font-size: 25px;
	font-weight: 900;
}
.lead img {
	max-width: 100% !important;
	height: 60px !important;
	width: unset !important;
}
.page-title {
	font-size: 25px;
	text-align: center;
	font-family: inherit;
}
.bottom-txt {
	text-align: center !important;
	font-size: 12px;
    color: #767676;
    font-weight: 400;
	margin-top: 20px;
}

.checkbox {
	float: left;
	margin: 0px !important;
}
/*register*/
.modal-contentx {
	border-radius: 5px;
	box-shadow: 0px 1px 4px 0px #ccc;
	margin-top: 40px;
	background: #fff;
}
.register-form {
	width: 500px !important;
}
.lead {
	text-align: center !important;
	margin-bottom: 0px !important;
}
.regborder {
	margin: 60px auto 0px !important;
}
#phonecode {
	text-align: center;
}
/*#loader {
	text-align: center;
	z-index: 999;
	position: absolute;
	margin: 35px 110px 0px;
}*/
.rowresult .lead {
	padding: 10px;
}
.rowresult .lead img {
	max-width: 100% !important;
	height: 60px !important;
	width: unset !important;
}




@media screen and (min-width:320px) and (max-width:640px) {
.modal-dialog {
	width: 100% !important;
}
.register-form {
	width: 100% !important;
}
.regborder {
	margin: 60px 10px 0px !important;
}
}



