body {
	font-family: 'Open Sans', sans-serif;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-login100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-wrap: wrap;
}
.wrap-login100 {
	width: 50%;
	min-height: 100vh;
	background: #fff;
	border-radius: 2px;
	position: relative;
}
/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: calc(100% - 50%);
	position: relative;
	z-index: 1;
}
.login100-more::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,102,153,1);
	background: -moz-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,102,153,1)), color-stop(100%, rgba(255,140,178,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: linear-gradient(135deg, rgba(117,223,247,1) 0%, rgba(117,223,247,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B1DFF7', endColorstr='#ff8cb2', GradientType=1 );
	opacity: 0.8;
}
/*==================================================================
[ Form ]*/

.login100-form {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 120px 0px 120px;
}
.login100-form-title {
	display: block;
	width: 100%;
	font-size: 28px;
	color: #B1DFF7;
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 45px;
}
.input100 {
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	font-size: 16px;
	color: #9e9fa1;
	line-height: 1.2;
	padding: 0 2px;
	border: none;
}
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #d5007d;
	background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
	background: -o-linear-gradient(45deg, #d5007d, #e53935);
	background: -moz-linear-gradient(45deg, #d5007d, #e53935);
	background: linear-gradient(45deg, #d5007d, #e53935);
}
.input100::placeholder {
 color: #9e9fa1;
 opacity: 1; /* Firefox */
}
.input100:focus + .focus-input100::before {
	width: 100%;
}
.has-val.input100 + .focus-input100::before {
	width: 100%;
}
/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
	display: none;
}
.label-checkbox100 {
	margin: 0;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}
.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #e6e6e6;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
	color: #c87ef0;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wrap-login100-form-btn {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
}
.login100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 300%;
	background: #e8519e;
	background: -webkit-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
	background: -o-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
	background: -moz-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
	background: linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
	bottom: -100%;
	left: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}
.wrap-login100-form-btn:hover .login100-form-bgbtn {
	bottom: 0;
}
/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
.wrap-login100 {
	padding-left: 15px;
	padding-right: 15px;
}
}
input-group {
	width: 100%;
	margin-bottom: 20px;
}
input.login_input {
	display: block;
	width: 100%;
	height: 50px;
	background: transparent;
	font-size: 16px;
	color: #555555;
	line-height: 1.2;
	padding: 0 2px;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 45px;
}
span#basic-addon1 {
	position: absolute;
	background: none;
	box-shadow: none;
	border: none;
	right: 0px;
	top: 10px;
	z-index: 999;
}
.btn_box {
	text-align: center;
	width: 100%;
}
.send {
	background: rgba(117,223,247,1);
	background: -moz-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,102,153,1)), color-stop(100%, rgba(255,140,178,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: linear-gradient(135deg, rgba(117,223,247,1) 0%, rgba(117,223,247,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B1DFF7', endColorstr='#ff8cb2', GradientType=1 );
	color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
	padding: 14px 30px 14px 30px;
	transition: all ease 0.5s 0s;
	border-radius: 5px;
	margin-top: 20px;
	font-weight: 600;
	width: 100%;
}
.send:hover {
	color: #fff;
	background: rgba(117,223,247,1);
	background: -moz-linear-gradient(45deg, rgba(117,223,247,1) 0%, rgba(117,223,247,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(117,223,247,1)), color-stop(100%, rgba(117,223,247,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,102,153,1) 0%, rgba(117,223,247,1) 100%);
	background: -o-linear-gradient(45deg, rgba(117,223,247,1) 0%, rgba(117,223,247,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,102,153,1) 0%, rgba(255,140,178,1) 100%);
	background: linear-gradient(45deg, rgba(117,223,247,1) 0%, rgba(117,223,247,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B1DFF7', endColorstr='#ff8cb2', GradientType=1 );
	-webkit-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
	box-shadow: 0px 0px 15px 0px rgba(213,213,213,1);
	padding: 14px 30px 14px 30px;
	transition: all ease 0.5s 0s;
	border-radius: 5px;
	margin-top: 20px;
	font-weight: 600;
}
.logo_login {
	text-align: center;
	margin-top: 30%;
}
.footer_add_box {
	margin-top: 30px;
	display: inline-block;
	padding: 30px 30px 10px 30px;
	position: fixed;
	bottom: 0;
}
.address_con {
	width: 50%;
	float: left;
}
.location_img {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
}
.location_con p {
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 14px;
}
.address_con1 {
	width: 50%;
	float: left;
	padding-left: 30px;
}
.location_img {
	float: left;
	margin-top: 5px;
	padding-right: 10px;
}
.location_con p {
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 14px;
}
.location_con {
	margin-top: 10px;
}
.location_con1 {
	margin-top: 10px;
}
.location_con1 p {
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 600;
	padding-top: 5px;
	font-size: 14px;
}
