.bg {
    margin: 0px auto;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background: rgb(15,3,213);
background: linear-gradient(347deg, rgba(15,3,213,1) 0%, rgba(0,212,255,1) 100%);

    /*background-image: -moz-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(0,0,70) 0%, rgb(28,181,224) 100%);
    */

}

.body {

    height: 100vh;
    padding-top: 50px;

}


.page-content {
	width: 100%;
    /* margin-top: 50px; */
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.form-v6-content  {
	background: #fff;
	width: 968px;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: auto;
	font-family: 'Nunito', sans-serif;
	color: #666;
	font-weight: 500;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.form-v6-content .form-left {
	margin-bottom: -6px;
}
.form-v6-content .form-left img {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.form-v6-content .form-detail {
    padding: 0px 20px;
	position: relative;
	width: 100%;

}
.form-v6-content .form-detail h2 {
	color: #333;
	font-size: 25px;
	text-align: center;
	position: relative;
	padding: 4px 0 0;
	margin-bottom: 10px;
}
.form-v6-content .form-row {
    width: 90%;
}
.form-v6-content .form-detail .form-row-last {
	text-align: center;
}
.form-v6-content .form-detail .input-text {
	margin-bottom: 16px;
}
.form-v6-content .form-detail input {

    margin-left: 10px;
    border: 2px solid transparent;
    border-bottom: 2px solid #e5e5e5;

    /*appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;*/

    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;

    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0089D0;
}

.form-v6-content .form-detail .form-row input:focus {
	border-bottom: 2px solid #fe892a;
}

.form-v6-content .form-detail .btn{
    background: #fe892a;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: auto; padding:6px;
    background: #666;
    font-family: 'Nunito', sans-serif;
	color: #fff;
    cursor: pointer;

}




.form-v6-content .form-detail .btn:hover {
	background-color: #333;
}

.form-v6-content .form-detail .register {
	background-color: #fe892a;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 160px;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	border: none;
	margin: 11px 0 50px 0px;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
    height:45px;
}
.form-v6-content .form-detail .register:hover {
	background: #e37b27;
}
.form-v6-content .form-detail .form-row-last input {
	padding: 10px;
    margin-bottom: 20px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#746ba5;
    font-weight: normal;
  font-size: 16px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #094970;
    font-weight: normal;
  font-size: 16px;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #746ba5;
    font-weight: normal;
  font-size: 16px;
}
input:-moz-placeholder { /* Firefox 18- */
  color:076198;
    font-weight: normal;
  font-size: 16px;
}

input{padding-top:5px; padding-bottom:5px;}

.footertxt{

    width: 100%; position:absolute; color: #000; margin: 0px auto; bottom:-35px; color:#fff; font-size:12px; z-index: 10;
}

.support{
    width: 280px;
    padding:15px; margin-top:10px; font-size: 16px; color: #fff; background-color:#000;
    margin-bottom: 10px; border-radius: 25px;
}

.txtlabel{color: #666; line-height: 25px; font-weight: normal; font-style: italic; margin-bottom: 0px;}

.sms-code{padding:5px; margin-left:50px; margin-top:10px; margin-bottom: 10px; width: 140px; color: #666; border: 1px solid #999}

.logisticname{width:75%}
.logistictel{width:44%}
.pswd{ width: 190px; padding-top:10px;}
.mobilefield{width:140px;padding: 10px 15px 10px 0px;}
.genfield{width:75%;
    margin-left: 0px;
     }
.addr{width: 90%}

.box{display: block}

.mobileview{display: none;}
.desktopview{display: block;}

.br{display: none;}
.mark{color: red; font-weight: bold;}

/* Responsive */
@media screen and (max-width: 991px) {
	.form-v6-content {
		margin: 40px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v6-content .form-left {
		width: 100%;
	}
	.form-v6-content .form-left img {
		width: 100%;
		border-bottom-left-radius: 0px;
	    border-top-right-radius: 8px;
	}
	.form-v6-content .form-detail {
		padding: 20px 10px 20px 10px;
	    width: auto;
	}
	.form-v6-content .form-detail .form-row input {
		width: 96%;
	}
	.form-v6-content .form-detail .register {
		margin-bottom: 80px;
	}
    .bg{
        background-image: none;
        background-color: #106aa0
    }
    .mobileview{display: block;}
    .desktopview{display: none;}
}
@media screen and (max-width: 767px) {
	.form-v6-content .form-detail .form-row input {
		width: 97%;
	}
    .form-v6-content{margin-top: 0px;}

    .genfield{width: 90%; margin-top: -10px; background-color: transparent; margin-bottom: 20px;}
    .logisticname {width: 90%; margin-top: -10px; background-color: transparent; margin-bottom: 20px;}
    .logistictel{width:90%; margin-top: -10px; background-color: transparent; margin-bottom: 20px;}
    .pswd{width: 90%}
    .footertxt{bottom:-80px;}
    .mobileview{display: block;}
    .desktopview{display: none;}
    .br{display:block;}
    input{padding-top: 10px; padding-bottom: 10px}
}

@media screen and (max-width: 575px) {
	.form-v6-content .form-detail .form-row input {
	    width: 97%;
	}
    .mobileview{display: block;}
    .desktopview{display: none;}
    .br{display: block;}


}
