/*---------------------------------------------*/

input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
textarea:focus, input:focus {
	border-color: transparent !important;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
input::-webkit-input-placeholder {
	color:rgba(0,0,0,0.5);
}
input:-moz-placeholder {
	color: rgba(0,0,0,0.5);
}
input::-moz-placeholder {
	color: rgba(0,0,0,0.5);
}
input:-ms-input-placeholder {
	color: rgba(0,0,0,0.5);
}
textarea::-webkit-input-placeholder {
	color:rgba(0,0,0,0.5);
}
textarea:-moz-placeholder {
	color: rgba(0,0,0,0.5);
}
textarea::-moz-placeholder {
	color: rgba(0,0,0,0.5);
}
textarea:-ms-input-placeholder {
	color: rgba(0,0,0,0.5);
}
/*---------------------------------------------*/

button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
	font-size: 13px;
	line-height: 1.5;
	color: #24214c;
}
.txt2 {
	font-size: 13px;
	line-height: 1.5;
	color: #24214c;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-login100 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	z-index:999;
}
.wrap-login100 {
	/* width: 960px; */
	background: #fff;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 137px 130px 137px 95px;
	box-shadow: 10px 40px 40px rgba(198, 194, 194, 0.18), 0 4px 8px rgba(0,0,0,.06);
position: relative;
top: 0px;
border-bottom: 10px double #e5b92a;
border-top: 10px double #e5b92a;
border-radius: 20px;
}
.color-line {
	background: linear-gradient(to right,#e5b92a,#e5b92a 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
	height: 10px;
}
/*------------------------------------------------------------------
[  ]*/

.login100-pic {
	width: 316px;
}
.login100-pic img {
	max-width: 100%;
}
/*------------------------------------------------------------------
[  ]*/

.login100-form {
	width: 320px;
}
.login100-form-title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 20px;
	color: #424344;
	margin-top: 20px;
	
}
/*---------------------------------------------*/

.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}
.input100 {
	font-size: 15px;
	line-height: 1.5;
	color: #24214c;
	display: block;
	width: 100%;
	background: #e2e1ea;
	height: 45px;
	padding: 0 30px 0 54px;
	border-radius: 30px;
}
/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 3px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	text-transform: uppercase;
    background:#564ec1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.symbol-input100 {
	font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 22px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #424344;
	
}
.input100:focus + .focus-input100 + .symbol-input100 {
	text-transform: uppercase;
	background: #e1b728;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 28px;
}
/*------------------------------------------------------------------
[ 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: center;
	padding-top: 15px;
}
.login100-form-btn {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	border-radius:50px;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
	.wrap-login100 {
		padding: 35px 90px 35px 85px;
	}
	.login100-pic {
		width: 35%;
	}
	.login100-pic {
		display: none;
	}
	.login100-form {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.wrap-login100 {
		padding: 30px 80px 30px 80px;
	}
	
	.login100-form {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.wrap-login100 {
		padding: 25px 15px 25px 15px;
	}
}
.btn-social {
	position: relative;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #e2e7eb;
	padding-left: 60px;
	background-color: #f6f9fc;
}
.btn-social> :first-child {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    line-height: 36px;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid #d8e2eb;
}
.btn-social.btn-lg {
	padding-left: 61px;
}
.btn-social.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}
.btn-social.btn-sm {
	padding-left: 38px;
}
.btn-social.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}
.btn-social.btn-xs {
	padding-left: 30px;
}
.btn-social.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}
.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}
.btn-social-icon> :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
	padding-left: 61px;
}
.btn-social-icon.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}
.btn-social-icon.btn-sm {
	padding-left: 38px;
}
.btn-social-icon.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}
.btn-social-icon.btn-xs {
	padding-left: 30px;
}
.btn-social-icon.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}
.btn-social-icon> :first-child {
	border: none;
	text-align: center;
	width: 100%;
	color: #fff;
}
.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}
.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}
.discount-span {
	position: relative;
	float: right;
	border-bottom: 2px dotted #9f9d9d;
}



/*--- copy ---*/
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #e23e3d;
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px#f4f3f9, 0 0 0 2px rgba(205, 32, 31, 0.25);
}
.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
	border-color: #c21a1a;
}
.was-validated .custom-file-input:invalid~.custom-file-label::before, .custom-file-input.is-invalid~.custom-file-label::before {
	border-color: inherit;
}
.was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip {
	display: block;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}
.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}
.header .form-inline{
	margin-right: 7px;
}
.form-inline .form-check {
	width: 100%;
}
@media (min-width: 576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

/*-------- Buttons ------*/

.btn {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-radius: 50px !important;
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25);
}
.btn.disabled, .btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
	background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-success {
	color: #fff;
	background: #21c44c !important;
	border-color: #2aa924;
}
.btn-success:hover {
	color: #fff;
	background-color: #1ca941;
	border-color: #25931f;
}
.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 2px rgb(29, 198, 74);
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #4ecc48;
	border-color: #25931f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #21c44c;
	border-color: #25931f;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}
.btn-info {
	color: #fff;
	background: #26c2f7 ;
	border-color: #1da9d8;
}
.btn-info:hover {
	color: #fff;
	background-color: #1eb1e3;
	border-color: #1b9eca;
}
.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.9);
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #45aaf2;
	border-color: #1da9d8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #3979a7;
	border-color: #1da9d8;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.9);
}
.btn-warning {
	color: #fff;
	background:#f7b731 !important;
	border-color: #e5a623;
}
.btn-warning:hover {
	color: #fff;
	background-color: #dba12a;
	border-color: #dda32b;
}
.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff;
	background-color: #faad3b;
	border-color: #e5a623;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cc9547;
	border-color: #e5a623;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgb(237, 156, 76,0.9);
}
.btn-danger {
	color: #fff;
	background:#f5334f !important;
	border-color: #ed314c;
}
.btn-danger:hover {
	color: #fff;
	background-color: #dd2540;
	border-color: #df2540;
}
.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 2px rgb(245, 51, 79,0.9);
}
















