#registration .input-group-text i, #login .input-group-text i{
	height: 24px;
    width: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon-user {background-image: url(../../assets/img/icon-user.png);}
.icon-pass {background-image: url(../../assets/img/icon-lock.png);}
.icon-pass2 {background-image: url(../../assets/img/icon-unlock.png);}
.fa-phone {background-image: url(../../assets/img/icon-phone.png);}
/*Content Style*/
body{
    background-image: url(../../assets/img/Landing-page-Background.jpg);
    background-color: #eee !important;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.form-box {
    position: relative;
	/*
	background-image: url(../../assets/img/bg-form.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	*/
	/* margin-top:80px; */
}
.form-box .bgf{
	position: absolute;
	background-image: url(../../assets/img/bg-form.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
	width:100%;
	height:100%;
	opacity:0.7;
	z-index: -1;
}
.form-box .logo{
	padding-top:30px;
	padding-bottom:20px;
	text-align:center;
}
.form-box form{
	padding: 5px 40px 20px 40px;
}
.form-box form .form-control{
	border-radius:0px !important;
	border:none;
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	background-color: transparent;
	color:#fff;
}
.form-box form .input-group-text {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	border-top: none;
    border-right: none;
    border-left: none;
	color:#fff;
}
.form-box form .req-mark{
	color: #ff0000;
	font-size:12px;
}
.form-box form .form-control:focus, .form-box form .form-control:active{
    border-color: #fff;
    outline: none;
    box-shadow: none;
}
.form-box .send-section{
	text-align:center;
	margin-top:1.5rem;
	margin-bottom:1rem;
}
.form-box #login_now_btn, .form-box #signup_now_btn{
	background-image: url(../../assets/img/bg-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
	background-color: transparent;
    border-color: transparent;
	/*padding: 1rem 5rem;*/
	padding: 1rem; /*adding for login button*/
    width: 180px;
}
.form-box .start-phone{
	background-color: #062153;
    color: #fff;
    border-radius: 0px;
    margin-left: 5px;
}
.form-bg{
    background-image: url(../../assets/img/tách-nền-fishing.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 83%;
    width: 50%;
    position: absolute;
    left: 8%;
    transition: opacity 2s ease-in;
    background-position: left top;
    top: 150px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, 
.form-control.is-valid:focus, .was-validated .form-control:valid:focus,
.btn-check:focus+.btn-primary, .btn-primary:focus { box-shadow: none !important;}
.frm-msg{
	font-size:15px;
	color:rgb(255,0,0);
	margin-bottom:15px;
	margin-left:20px;
}
.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}
button.dial-code {
    border-bottom: 1px solid #fff;
    color: #fff;
}
button.dial-code:hover{color: #fff;}
.btn-check:focus+.btn, .btn:focus {box-shadow: none !important;}
.icon-phone{border-bottom: 1px solid #ccc;}
.wspace{margin:50px 0px;}
::placeholder{color:#fff !important;}
input:-webkit-autofill{background-color: transparent;}

#myTab.nav-tabs{
	border-bottom: none !important;
	padding: 0 30px;
}
#myTab.nav-tabs li .nav-link{
	background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 600;
	border: none;
    color: #fff;
	border-radius:0 !important;
	padding:1rem 0;
	margin-bottom:10px;
	opacity:0.8;
}
#myTab.nav-tabs li:nth-child(1) .nav-link{
    background-image: url(../../assets/img/bg-signup.png);
	border-right: 1px solid #013d73;
}
#myTab.nav-tabs li:nth-child(1) .nav-link:hover{
	text-shadow: 3px 2px black;
	font-style: italic;
}
#myTab.nav-tabs li:nth-child(2) .nav-link:hover{
	text-shadow: 3px 2px black;
	font-style: italic;
}
#myTab.nav-tabs li:nth-child(2) .nav-link{
	background-image: url(../../assets/img/bg-login.png);
	border-left: 1px solid #013d73;
}

.carousel-item img {
	width: 65%;
}

.dk {
	width: 100%;
}
.carousel-inner {
	height: 650px;
}

.content {
	display: flex;
	align-items: center;
	height: 80vh;
}

@media (max-width: 1680px) {}
@media (max-width: 1600px) {
	.form-bg {width: 50%;height:100%;left:10%;top:200px;}
	.form-title {text-align: center;}
	
	
	.form-box .logo {
		padding-top: 20px;
    	padding-bottom: 14px;
	}

	.logo img {
		width: 40%;
	}
	#myTab.nav-tabs li .nav-link {
		padding: 0.5rem 0;
	}
	.form-box form .form-control {
		font-size: 0.8rem;
		padding: 0 1rem;
	}
	#registration .input-group-text i, 
	#login .input-group-text i {
		height: 20px;
		width: 18px;
	}
	.form-box .send-section {
		margin-top: 0;
		margin-bottom: 0;
	}
	.form-box #login_now_btn,
	.form-box #signup_now_btn {
		font-size: 14px;
    	padding: 0.5rem;
	}
	.frm-msg {
		font-size: 14px;
		margin-bottom: 8px;
		margin-left: 10px;
	}
	.carousel-inner {
		height: 500px;
	}
	.carousel-item img {
		width: 50%;
	}
}
@media (max-width: 1440px) {
	.carousel-inner {
		height: 600px;
	}
	.carousel-item img {
		width: 65%;
	}
}
@media (max-width: 1366px) {
	.form-bg {width: 80%;height:75%;top:180px;}
	/* .carousel-inner {
		height: 100vh;
	} */
	
	.carousel-inner {
		height: 480px;
	}
}
@media (max-width: 1360px) {
	.row-left p:nth-child(1) img {width: 550px;}
	.row-left p:nth-child(2) img {width: 500px;}
	.form-bg {height: 700px;}
}
@media (max-width: 1280px) {
	.form-bg {
		height: 700px;
	}
	/* .carousel-inner {
		height: 70vh;
	} */
}
@media (max-width: 1024px), (max-width: 1152px) {
	.form-bg {height: 600px;}
	.form-box #login_now_btn, .form-box #signup_now_btn {font-size: 15px;}
	.row-left p:nth-child(1) img{width:450px;}
	.row-left p:nth-child(2) img{width:400px;}
}
@media (max-width: 1190px){
	/* .carousel {
		margin-top: 120px;
	}
	.carousel-indicators {
		bottom: 60px!important;
	} */
}
@media (max-width: 920px){
	/* .carousel-indicators {
		bottom: 0!important;
	} */
}
@media (min-width: 992px){
}
@media (min-width: 1280px){
	/* .carousel-inner {
		height: 80vh;
	} */
}
@media (min-width: 1366px){
	/* .carousel-inner {
		height: 80vh;
	} */
}
@media (min-width: 1400px){
	/* .carousel-inner {
		height: 80vh;
	} */
	/* .carousel-indicators {
		bottom: -70!important;
	} */
}
@media (min-width: 1536px){
	/* .carousel-inner {
		height: 90vh;
	} */
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1500px !important;
	}
}
@media only screen and (max-width: 768px){
	body {
		background-size: cover;
		background-attachment: fixed;
	}
	.form-bg, .noform-bg{
		background:none;
		height:auto;
		width:auto;
		right:0;
		position: inherit;
		margin: 0 -12px;
	}
	.form-box {margin-top: 20px;}
	br:nth-child(1n+2){display:none;}
	#myTab.nav-tabs li .nav-link{font-size:1rem;}
	.footer-section {
		display: none;
	}
	
	.carousel-inner {
		height: 280px;
	}
	.content {
		height: auto;
	}
}

@media (max-device-width: 520px){
	/* .carousel-inner {
		height: 40vh;
	} */
}

/*IPhone portrait and smaller*/
@media (max-device-width: 375px){
	/* .carousel-inner {
		height: 50vh;
	} */
}
@media (max-device-width: 320px){
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	body{background-size:cover;}
	.row.g-0.justify-content-center.d-flex.justify-content-center .col-md-7, .row.g-0.justify-content-center.d-flex.justify-content-center .col-md-4{width:100%;}
	.form-bg{height: 400px;
	    background-image: url(../../assets/img/banner.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		margin: 8px -39px;
	}
}
