html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #fff;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

*,
*::after,
*::before {
	box-sizing: border-box
}

*,
body {
	font-family: Poppins, Helvetica, sans-serif;
	font-weight:400;
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
    padding: 0 !important;
    background: #7bb9e3;
	background: linear-gradient(205deg, rgba(123,185,227,1) 0%, rgba(55,177,189,1) 35%, rgba(123,185,227,1) 100%);
}

img,
input,
button,
a,
form {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none;
}

a:hover{text-decoration:underline !important}

input:hover input:active,
input:focus,
textarea:active,
textarea:hover,
textarea:focus,
button:focus,
button:active,
button:hover {
	outline: none !important;
}

.fs-0{font-size:0 !important}
.fs-1{font-size:.25rem !important}
.fs-2{font-size:.5rem !important}
.fs-3{font-size:.75rem !important}
.fs-4{font-size:1rem !important}
.fs-5{font-size:1.25rem !important}
.fs-6{font-size:1.5rem !important}

.ml-0{margin-left:0 !important}
.ml-1{margin-left:.25rem !important}
.ml-2{margin-left:.5rem !important}
.ml-3{margin-left:.75rem !important}
.ml-4{margin-left:1rem !important}
.ml-5{margin-left:1.25rem !important}
.ml-6{margin-left:1.5rem !important}
.ml-7{margin-left:1.75rem !important}
.ml-8{margin-left:2rem !important}

.mr-0{margin-right:0 !important}
.mr-1{margin-right:.25rem !important}
.mr-2{margin-right:.5rem !important}
.mr-3{margin-right:.75rem !important}
.mr-4{margin-right:1rem !important}
.mr-5{margin-right:1.25rem !important}
.mr-6{margin-right:1.5rem !important}
.mr-7{margin-right:1.75rem !important}
.mr-8{margin-right:2rem !important}

.mt-0{margin-top:0 !important}
.mt-1{margin-top:.25rem !important}
.mt-2{margin-top:.5rem !important}
.mt-3{margin-top:.75rem !important}
.mt-4{margin-top:1rem !important}
.mt-5{margin-top:1.25rem !important}
.mt-6{margin-top:1.5rem !important}
.mt-7{margin-top:1.75rem !important}
.mt-8{margin-top:2rem !important}

.mb-0{margin-top:0 !important}
.mb-1{margin-top:.25rem !important}
.mb-2{margin-top:.5rem !important}
.mb-3{margin-top:.75rem !important}
.mb-4{margin-top:1rem !important}
.mb-5{margin-top:1.25rem !important}
.mb-6{margin-top:1.5rem !important}
.mb-7{margin-top:1.75rem !important}
.mb-8{margin-top:2rem !important}

.text-center{text-align:center !important}
.text-warning {color: #FFA800 !important}

.row, .row-flex {
	margin-right: -12.5px !important;
	margin-left: -12.5px !important;
}

.d-flex,
.row-flex {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.align-items-center {
	-webkit-box-align: center !important;
    -moz-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.aqy-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto !important;
	transition: background-color .1s;
	-webkit-overflow-scrolling: touch;
}

.aqy-wrapper {
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	height: 100%;
}

.aqy-wrapper.w-sm {
	max-width: 900px !important;
}

.agy-form-container {
	width: 100%;
	margin: auto;
	padding: 25px;
}

.agy-form-content {
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius:10px;
	background-color:#fff;
	box-shadow:0 8px 20px 0 rgba(0,0,0,.15);
}

.agy-form-content .form-info {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #3786bd;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	width: 100%;
	color: #fff;
	border-bottom:25px solid #3786bd;
}

.agy-form-content .form-detail {
	position: relative;
	width: 100%;
}

.agy-form-content .form-info h2,
.agy-form-content .form-detail h2 {
	font-size:1.8rem;
	font-weight:700;
}

.agy-form-content .form-detail h2 {color:#3786bd}


.agy-form-content .form-info .f-header,
.agy-form-content .form-detail .f-header,
.agy-form-content .form-info .f-body,
.agy-form-content .form-detail .f-body {
	display:block;
}

.agy-form-content .form-info .f-header,
.agy-form-content .form-detail .f-header{
	padding:25px 25px 0 25px;
	margin-bottom:1.8rem;
}

.agy-form-content .form-info .f-body,
.agy-form-content .form-detail .f-body {
	padding:0 25px 25px 25px;
}

.agy-form-content .form-info .f-body {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex:1;
	flex-grow:1;
	position:relative;
	padding-bottom:0;
	font-size:.85rem;
	overflow:hidden;
	overflow-y:auto;
	height:292px;
}

.form-group,.form-group label{display:block}

.form-group {
	margin-bottom:1rem;
}

.form-group label:not(.checkbox):not(.radiobox) {
	font-size: .85rem;
	color: #464e5f;
	margin-bottom:.4rem;
	padding-left:.25rem;
}

.form-group label a {color:#3786bd}

.form-group .form-warn {
	color: #f64e60 !important;
	font-size:.75rem;
}

.form-control {
	display: block;
	width: 100%;
	font-size:.85rem;
	padding: .55rem 1rem;
	line-height: 1.5;
	color: #464e5f;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5eaee;
	border-radius: 0 7px 0 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:not(.form-default):focus,
.form-control:not(.form-default).is-fail:focus {
	color: #464e5f;
	background-color: #fff;
	border-color: #59a4d9;
	box-shadow: 0 0 0 4px rgb(198, 226, 244);
	outline: 0;
}

.rorm-warn {
	
}

.form-captcha {text-align:center}

.form-captcha img {
	height:30px;
}

.btn {
	outline: 0 !important;
	-webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
	cursor: pointer;
}

.btn.btn-primary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .65rem 1.5rem;
	font-size: .85rem;
	border-radius:0 7px 0 7px;
}

.btn.btn-primary {
	color: #fff;
	background-color: #3786bd;
	border-color: #3786bd;
}

.checkbox,
.checkbox.disabled,
.radiobox {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	text-align: left;
	cursor: pointer;
	font-size: .85rem;
	color: #464e5f;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.checkbox.checkbox-single,
.radiobox.radiobox-single {
	width: 19px;
	height: 19px;
	margin-bottom: 0;
	padding: 0;
}

.checkbox>input,
.radiobox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox>input:disabled~span,
.radiobox>span,
.checkbox>span {
	border-radius: .42rem;
	background-color: none;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius:0 .25rem 0 .25rem;
	border: 1px solid #e5eaee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.checkbox.disabled {
	color: #bbb;
}

.checkbox>input:disabled~span {
	background-color: #f3f6f9;
}

.radiobox>span {
	border-radius: 50%;
}

.checkbox.checkbox-blue>input:checked~span::after,
.checkbox>input:checked~span::after {
	display: block;
	content: '';
	border-color: #aaa;
	border-style: solid;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -2px;
	width: 5px;
	height: 10px;
}

.radiobox.radiobox-blue>input:checked~span::after,
.radiobox>input:checked~span::after {
	content: '';
	width: 8px;
	height: 8px;
	display: none;
	border-radius: 100% !important;
}

.radiobox.radiobox-blue>input:checked~span {
	border: 2px solid #59a4d9;
	background-color: #fff !important;
	box-shadow: 0 0 0 2px rgb(198, 226, 244);
}

.checkbox.checkbox-blue>input:checked~span {
	border-color: #3786bd;
	background-color: #3786bd !important;
	box-shadow: 0 0 0 2px rgb(198, 226, 244);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;

}

.checkbox.checkbox-blue>input:checked~span::after {
	border-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.radiobox.radiobox-blue>input:checked~span::after {
	border-color: #0b825e;
	border-width: 2px;
	background-color: #0b825e !important;
	display: block;
}

ul.ul-check {
	list-style:none;
	padding:0;
}

ul.ul-check li {
	padding:.5rem 1.5em 0;
}

ul.ul-check li::before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display: inline-block;
	margin-left: -1.5em;
	margin-right:.25rem;
	width: 1.3em;
}

@media screen and (max-width:768px) {
	.agy-form-content {
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.agy-form-content .form-info {
		width:auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}
	.agy-form-content .form-info h2,
	.agy-form-content .form-detail h2 {
		font-size:1.5rem;
	}
}