*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: Inter, sans-serif;
}
body{
	background-color: #F3F3FE;
}
.ap__container_reg {
    max-width: 752px;
    width: 100%;
    margin: 70px auto;
	background-color: #fff;
	border-radius: 3px;
    box-shadow: 0 4px 4px rgba(87,100,126,.21);
}
.ap__container_reg .ap__wrap_reg {
    width: 100%;
}
.ap__container_reg .ap__top_main_reg {
    width: 100%;
    display: flex;
    padding: 2.5em 52px;
}
.ap__container_reg .ap__width{
	width:30%;
}
.ap__container_reg .ap__width2{
	width:70%;
}
.ap__container_reg .ap__title_reg{
	text-align:center;
}
.ap__container_reg .ap__title_reg h1.ap__head_reg{
	color: #000000;
	font-weight: 600;
    line-height: 1.45;
	font-size: 2em;
	font-family: Inter, sans-serif;
}
.ap__container_reg .ap__title_reg span.ap__span_reg {
    color: #57647e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
	font-family: Inter, sans-serif;
}
.ap__container_reg .ap__form_reg {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
	padding: 2em 50px;
}
.ap__container_reg .ap__form_input {
    width: 100%;
    display: grid;
}
.ap__container_reg .ap__form_input label.ap__label_reg {
    width: 100%;
    margin-left: 2px;
    margin-bottom: 14px;
    display: inline-block;
    word-break: break-word;
    color: #2c3345;
    float: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.ap__container_reg .ap__form_input span.ap__form-required {
    color: #f23a3c;
	    margin-left: 4px;
}
.ap__container_reg .ap__input_main_reg {
    width: 100%;
}
.ap__container_reg .ap__input_wrap_reg{
	width:100%;
	display:flex;
}
.ap__container_reg .ap__input_wrap_reg .ap__width_input{
	width:50%;
}


.ap__container_reg .ap__input_wrap_reg input.ap__input_area_, textarea.ap__input_area_ {
    width: 100%;
    height: 2.5em;
    color: #2c3345;
    border: 1px solid rgba(195, 202, 216, 0.75);
    background-color: #fff;
    padding: 1em 0.625em;
    outline: 0;
    margin: 0;
    border-radius: 4px;
    text-align: left;
    font-size: 17px;
}

.ap__container_reg .ap__input_wrap_reg input.ap__input_area_:focus, textarea.ap__input_area_:focus,  .ap__input_min_reg select.ap__select_opt_reg:focus{
    border-color: rgba(46, 105, 255, 1);
    box-shadow: 0 0 0 3px rgba(201, 216, 254, 0.25);
}
.ap__container_reg .ap__second_inputs {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
}
.ap__container_reg .ap__input_wrap_reg label.ap__bottom_label {
    color: #57647e;
    font-size: .80em;
    margin-top: 11px;
    margin-left: 2px;
    display: block;
    word-break: break-word;
}
.ap__container_reg .ap__input_min_reg .ap__second_inputs {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
}
.ap__container_reg .ap__input_min_reg {
    width: 100%;
    display: flex;
}
.ap__container_reg .ap__input_min_reg .ap__gen__width{
	width:50%;
}
.ap__container_reg .ap__input_min_reg .ap__country__width{
	width:100%;
}
.ap__container_reg .ap__input_min_reg .ap__select_width_reg{
	width:33.33%;
}
.ap__container_reg .ap__input_min_reg select.ap__select_opt_reg {
      width: 100%;
    height: 2.5em;
    color: #2c3345;
    border: 1px solid rgba(195, 202, 216, 0.75);
    background-color: #fff;
    padding: 0 0.625em;
    outline: 0;
    margin: 0;
    border-radius: 4px;
    text-align: left;
    font-size: 17px;
}
.ap__container_reg .ap__width_sect{
	width:100%!important;
}
.ap__container_reg .ap__third_reg {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 28px;
}
.ap__container_reg .ap__address_sec{
	display:block;
}
.ap__container_reg .ap__address__width{
	width:100%!important;
}
.ap__container_reg .ap__address_section_code{
	width:30%!important;
}
.ap__container_reg .ap__address_section_code2{
	width:70%!important;
}
.ap__container_reg .ap__main_btn{
	width:100%;
	text-align:center;
	    padding: 30px 52px;
}
.ap__container_reg .ap__submit-button {
    background-color: #18BD5B;
    border-color: #18BD5B;
    color: #fff;
    width: auto;
    min-width: 180px;
    height: 3em;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    font-weight: 500;
    font-family: inherit;
}
.ap__container_reg .ap__submit-button:hover {
    background-color: #16AA52;
    border-color: #16AA52;
}
.ap__container_reg .tl-bounce {animation-name:error;animation-duration:1s;animation-delay:1s}
				
@keyframes error {
0% {transform:translateZ(-800px) rotateX(90deg);opacity: 0;timing-function:ease-in}
50% {transform:translateZ(-160px) rotateX(87deg);opacity: 1;timing-function:ease-in}
100% {transform: translateZ(0) rotateX(0);timing-function:ease-in}
 }

.ap__container_reg .tlrequired.error {border:1px solid red !important;}

.ap__footer_sec_reg {
    width: 100%;
    background-color: #0a1551;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.875em;
    z-index: 2;
}
.ap__footer_min_reg {
    display: flex;
    align-items: center;
}
.ap__footer_left_reg {
    width: 30%;
}
.ap__footer_right_reg {
    width: 70%;
}
.ap__formFooter-wrapper {
    float: right;
}

span.ap__formFooter-text {
    color: #f3f3fe;
    font-size: .75em;
    margin-right: 0.9375em;
}
img.ap__footer_logo {
    max-width: 132px;
    height: 44px;
}
a.ap__formFooter-button {
    width: 204px;
    background-color: #78bb07;
    border-color: #78bb07;
    color: #fff;
    text-decoration: none;
    padding: 0.625em 20px;
    border-radius: 3px;
    font-size: 0.875em;
    transition: background-color .3s;
}
.ap__form-error-message {
    color: #fff;
    background-color: #f23a3c;
    background-image: url(../img/download.svg);
    font-size: .75em;
    margin-top: 8px;
    border-radius: 4px;
    background-size: 0.875em;
    background-position: 0.375em;
    background-repeat: no-repeat;
    display: inline-block;
    width: 144px;
    padding: 0.25em 0.5em 0.25em 1.625em;
}
.ap__form-error-message img {
    display: none;
}
.ap__form-error-message{
	display:none;
}

@media only screen and (max-width: 700px) {
	.ap__container_reg {
		width: 100%;
	}
	.ap__container_reg .ap__wrap_reg {
    width: 100%;
}
	.ap__container_reg .ap__input_min_reg {
    width: 100%;
    display: block;
}
.ap__container_reg .ap__top_main_reg {
    width: 100%;
    display: block;
    padding: 1.5em 30px;
	text-align:center;
}
.ap__container_reg .ap__width {
    width: 100%;
}
.ap__container_reg .ap__width2 {
    width: 100%;
}
.ap__container_reg .ap__input_min_reg .ap__gen__width {
    width: 100%;
	margin: 30px 0px!important;
}
.ap__container_reg .ap__form_reg {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
    padding: 2em 15px;
}
.ap__container_reg .ap__form_input {
    width: 100%;
    display:block;
}
.ap__container_reg textarea#textarea{
	width:100%!important;
}
.ap__container_reg .ap__main_btn {
    width: 100%;
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.ap__container_reg .ap__submit-button {
    width: 100%;
}
.ap__footer_sec_reg {
    width: 100%;
    background-color: #0a1551;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.875em;
    z-index: 2;
}
span.ap__formFooter-text {
    display:none;
}
a.ap__formFooter-button {
    padding: 0.625em 10px;
    font-size: 0.855em;
}
}