<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*_______________________________ Banner _______________________________*/
.build-container .image-baner {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
.banner-lap, .banner-ipad, .banner-mobile {
	display: none;
}

@media (min-width: 2170px) {
	.build-container .image-baner {
		height: 700px;
	}
}

@media (max-width: 1024px) {
	.banner-lap {
		display: block;
	}
	.banner-desk {
		display: none;
	}
}
@media (max-width: 768px) {
	.banner-ipad {
		display: block;
	}
	.banner-lap {
		display: none;
	}
}

@media (max-width: 480px) {
	.banner-mobile {
		display: block;
	}
	.banner-ipad {
		display: none;
	}
}

/*_______________________________ Login Customer _______________________________*/

.body-form input {
	background: #f3f3ee;
	border: none;
	line-height: 35px;
	font-size: 14px;
	height: auto;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.body-form input:focus {
	background: #f3f3ee;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-btn {
    padding: 7px 35px;
    text-transform: uppercase;
    background: #231f20;
    border: none;
    color: white;
}
.btn-btn:hover {
    font-weight: bold;
    background: #333333;
}
.input-group-icon {
	background: #f3f3ee;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 52px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 10px;
    border: none;
}
.has-error .input-group-addon {
    background-color: #f3f3ee;
}
.has-error .form-control:focus {
	background: #f3f3ee;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.body-form {
	padding-top: 0px;
}
.chk-remember {
	text-transform: uppercase;
	font-weight: bold;
}
.chk-remember input[type='checkbox']{
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -o-appearance: radio;
    width: 15px;
    height: 15px;
}
.chk-remember span {
	font-weight: bold;
	line-height: 25px;
    text-align: left;
}
.text-note span {
	text-transform: uppercase;
	font-weight: bold;
}
.content-title {
	font-weight: bold;
	padding-bottom: 60px;
	padding-left: 10px
}
.heading-cutomer img {
	width: 100%;
}
figure {
	width: 25%;
	margin-bottom: 0px;
}
.heading-cutomer h3 {
	font-weight: bold;
}
.heading-cutomer span {
	font-weight: bold;
}
.heading-cutomer {
	display: flex;
    align-items: flex-end;
    padding: 0px;
}
.heading-pt-right {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.error-block {
	padding-left: 0px;
}
.error-block .help-block {
	color: red;
	margin-bottom: 0px;
	margin-top: 15px;
}
.forgot-password {
	padding-top: 10px;
	padding-left: 25px;
}
.btn-login {
	padding-left: 0px;
}
.body-form .input-group {
	width: 100%;
}
.calling-code {
	width: 20% !important;
    float: left;
    height: auto;
    border: none;
    border-radius: 0;
    background: #f3f3ee;
    box-shadow: none;
    margin-right: 5px;
}
#phone_number {
	width: 80%;
    float: left;
}


@media all and (max-width: 992px) {

	.forgot-password {
		padding-left: 0px;
	}

	.calling-code {
		width: 35% !important;
	}

	/*__________________ Reset PassWord__________________ */

	/*.build-reset-password .heading-pt-right {
		padding-left: 0px;
	}*/
}

@media all and (max-width: 820px) {

	figure {
		width: 35%;
	}
	.heading-cutomer h3 {
	    font-size: 20px;
	}
	.heading-cutomer span {
		font-size: 13px;
	}
	.heading-pt-right {
	    padding-bottom: 5px; 
	    padding-left: 20px;
	}
}

@media all and (max-width: 768px) {

	figure {
		width: 21%;
	}
	.heading-cutomer h3 {
	    font-size: 25px;
	}
	.heading-cutomer span {
		font-size: 17px;
	}
	.heading-pt-right {
	    padding-bottom: 10px; 
	    padding-left: 10px;
	}
	.status-checkbox-right {
	    padding-left: 0;
	    padding-bottom: 10px;
	}
	.forgot-password {
		padding-top: 0;
	}
	.profile-text-note {
	    margin-top: 15px;
	}
}

@media all and (max-width: 480px) {

	.heading-register figure {
		width: 37%;
	}
	figure {
		width: 30%;
	}
	.heading-cutomer h3 {
	    font-size:22px;
	}
	.heading-cutomer span {
		font-size: 14px;
	}
	.footer-image-right ul li {
		padding-right: 5px;
		width: 15%;
	}
	.heading-register {
	    padding-top: 10px;
	}
	.text-note span {
	    font-size: 13px;
	}
	.heading-pt-right {
	    padding-bottom: 5px; 
	    padding-left: 15px;
	}
	.build-reset-password {
	    padding-top: 0px; 
	}
}
@media all and (max-width: 320px) {
	.heading-register figure {
		width: 42%;
	}
	figure {
		width: 35%;
	}
	.footer-image-right ul li {
		width: 20%;
	}
	.heading-cutomer h3 {
	    font-size: 19px;
	}
	.heading-cutomer span, .text-note span, 
	.profile-text-note span, .heading-form span {
		font-size: 12px;
	}
	.heading-pt-right {
	    line-height: 17px;
	}
	.profile-text-note {
	    margin-top: 10px;
	}
	.heading-form h3 {
		font-size: 22px;
	}
}</pre></body></html>