* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.form-hero {
    width: 100%;
    float: left;
    clear: both;
}

.main {
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    /*overflow: hidden;*/
}

.mobile-header {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: none;
}

.mobile-header-img {
    display: flex;
    justify-content: space-between;
}

.mobile-header-img img {
    width: 100%;
    max-width: 82px;
}


.mobile-header-img .imgs {
    width: 100%;
    max-width: 70px;
	height:75px;
	margin-top: 3%;
}

.mobile-header-img-name {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #F68934;
}

.mobile-header-img-name .name-1,
.mobile-header-img-name .name-2 {
    width: 100%;
    float: left;
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-basis: 100%;
}

.mobile-header-img-name .name-2 {
    align-items: flex-end;
}

.mobile-header-img-name p {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 2px;
}

.mobile-header-img-name span {
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
}

.form-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}
.form-footer1 {
    width: 100%;
	display:flex;
    background-color: #2148C0;
	top: auto;
	align-items: center;
    justify-content: center;
}
.form-footer2 {
    width: 100%;
	padding:0.2%;
	top: auto;
	align-items: center;
    justify-content: center;
}

.web-form-main {
    width: 100%;
    float: left;
    position: relative;
}

.web-form-main::before {
    content: '';
    position: absolute;
    width: 904px;
    height: 820px;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/Left_side_shape.png);
    background-repeat: no-repeat;
}

.web-form-main::after {
    content: '';
    position: absolute;
    width: 904px;
    height: 820px;
    right: -90px;
    top: 0;
    z-index: -1;
    background-image: url(../images/Right_side_shape.png);
    background-repeat: no-repeat;
}

.web-form {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.web-form-left {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: flex-start;
    padding-top: 2%;
}

.web-form-right {
    display: flex;
    flex-direction: column;
    width: 22%;
    justify-content: flex-start;
    padding-top: 5%;
}

.web-form-left-name {
    background-color: #F68934;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}

.web-form-left-name p {
    font-size: 27px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    margin-bottom: 5px;
}

.web-form-left-name span {
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
	
}



.web-form-data {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    gap:8px;
    padding: 30px 0 0;
}

.form-data-title {
    display: flex;
    justify-content: center;
}

.form-data-title h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
	margin:0px;
}

.form-data-image {
    display: flex;
    justify-content: center;
}

.web-form-details {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.web-input {
    width: 100%;
    display: flex;
    justify-content: center;
}

.web-input input {
    width: 400px;
    height: 48px;
    border: 1px solid #999;
    padding: 0 0 0 10px;
    border-radius: 4px;
}

.web-input.captcha {
    gap: 10px;
}

.web-input.captcha button {
    background-color: #00C0EF;
    border: none;
    padding: 13px 25px;
    cursor: pointer;
}

.web-input.captcha img {
    width: 100%;
    max-width: 160px;
}

.web-input.loginbtn button {
    background-color: #00C0EF;
    color: #fff;
    border: none;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media only screen and (max-width: 1600px) {
    .form-footer img {
        max-width: 1000px;
        width: 35%;
    }

    .web-form-left-name span {
        font-size: 16px;
    }

    .web-form-data {
        padding: 10px 0 0;
    }
}

@media only screen and (max-width: 1499px) {
	
	.form-footer img {
        max-width: 1000px;
        width: 35%;
    }
    .form-data-title h3 {
        font-size: 22px;
    }

    .web-input input {
        height: 40px;
    }

    .web-form-left-name p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1299px) {
	.form-footer img {
        max-width: 1000px;
        width: 35%;
    }
    .form-footer img {
        max-width: 600px;
    }

    .form-data-image img {
        width: 100%;
        max-width: 80px;
    }

    .web-form-left-name p {
        font-size: 20px;
    }

    .web-input input {
        height: 36px;
        font-size: 14px;
    }

    .web-input.captcha img {
        width: 100%;
        max-width: 160px;
    }

    .web-input.loginbtn button {
        font-size: 16px;
    }

    .web-form-left-name span {
        font-size: 12px;
    }

    .web-form-main::after {
        right: -40%;
        background-size: 600px;
    }

    .form-data-title h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1024px) {
	.form-footer img {
        max-width: 1000px;
        width: 35%;
    }
	.form-footer2 {
		font-size:10px;
}
    .mobile-header {
        display: block;
    }

    .web-form-left {
        display: none;
    }

    .web-form {
        display: flex;
        justify-content: center;
    }

    .web-form-main::before {
        display: none;
    }

    .web-form-main:after {
        display: none;
    }

    .form-data-title h3 {
        font-size: 16px;
    }

    .web-input input {
        width: 320px;
    }

    .mobile-header-img-name .name-1,
    .mobile-header-img-name .name-2 {

        padding: 6px 0;
    }

    .web-form-data {
        width: 100%;
		gap:5px;
        padding: 15px 20px 0;
    }

    .web-input.captcha button {
        padding: 0 20px;
    }

    .web-input.captcha button img {
        width: 100%;
        max-width: 20px;
    }
	
}

@media only screen and (max-width: 786px){
.web-form-data {
    width: 100%;
    gap: 5px;
    padding: 15px 20px 120px;
}
}