<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
	list-style: none;
	padding-left: 0;
}
.container {
	width: 90%;
	margin: auto;
}
.d-flex {
	display: flex;
	justify-content: space-between;
}
/*** Header ***/
header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #3058957a;
    z-index: 99;
    margin: auto;
}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 32px;
    height: 100px;
}
header nav .logo img {
    width: 100px;
	height: 95px;
	object-fit: contain;
	-o-object-fit: contain;
}
header nav .bars {
    cursor: pointer;
    display: none;
}
header nav .links-list {
    margin-left: auto;
}
header nav .links-list &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header nav .links-list &gt; ul .list-item {
    margin-right: 30px;
    position: relative;
    padding: 38px 0;
}
header nav .links-list &gt; ul .list-item:last-child {
    margin-right: 0;
}
header nav .links-list &gt; ul .list-item .link {
    color: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    position: relative;
    padding-bottom: 3px;
    font-size: 15px;
    text-transform: uppercase;
	font-weight: bold;
}
header nav .links-list &gt; ul .list-item .link:hover {
    color: #989898;
}
header nav .links-list &gt; ul .list-item img {
    width: 35px;
}
header nav .links-list &gt; ul .list-item .link.active-link,
header nav .links-list &gt; ul .list-item .link:hover {
    font-weight: bold;
    color: #845050;
}
header nav .links-list &gt; ul .list-item .link.active-link:before,
header nav .links-list &gt; ul .list-item .link:hover:before {
    opacity: 1;
}
header nav .links-list &gt; ul .list-item li a {
    white-space: nowrap;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
header nav .links-list &gt; ul .list-item li a:hover {
    color: #ddd;
}


.login-section {
	min-height: 100vh;
	background-color: #cacaca;
}

.login-section .login-wrapper {
	display: flex;
	height: 100%;
	min-height: 100vh;
}

.login-section .login-wrapper .login-left {
	width:65%;
	flex: 1;
	position: relative;
}

.login-section .login-wrapper .login-left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgb(0 0 0 / 30%);
}

.login-section .login-wrapper .login-left .logo {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
}

.login-section .login-wrapper .login-right {
	/*			width: 550px;*/
	width: 35%;
	max-width: 100%;
	background: #f7f7f7;
}

.login-section .login-bg {
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
}

.login-section .box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	background-image: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-section .box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(187 187 187 / 88%);
}

.login-section .login-container {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 2;
}
.login-section .login-container .logo {
	text-align: center;
	margin-bottom: 30px;
}

.login-section .login-container .form {
	position: relative;
	width: 500px;
	margin: auto;
	max-width: 95%;
}

.login-section .login-container .form .msg {
	color: 333;
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
}

.login-section .login-container .form .msg strong {
	color: #21ade7;
}

.login-section .login-container .form .inputBx {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.login-section .login-container .form .inputBx input {
	width: 100%;
	height: 55px;
	padding: 0 14px;
	font-size: 14px;
	color: #333;
	margin-bottom: 23px;
/*	border: 1px solid #dcdbdb;*/
	border: 1px solid #fff;
	border-radius: 6px;
	outline: none;
/*	background: transparent;*/
	background-color: #fff;
}

.login-section .login-container .form .inputBx button {
	background: #21ade7;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
	box-shadow: none;
	cursor: pointer;
	border: none;
	transition: .4s;
	width: 100%;
	height: 52px;
	border-radius: 6px;
}

.login-section .login-container .form .inputBx button:hover {
	background: #333;
}

.login-section .login-container .form .inputBx input::placeholder {
	color: #777;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	display: none;
}

.footer-social {
	position: relative;
	z-index: 2;
}
.footer-social .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	margin-top: 40px;
}

.footer-social .social-list li {
    margin-left: 25px;
}
.footer-social .social-list li a {
	color: #305895;
	font-size: 20px;
}

.footer-social .social-list li a:hover {
    color: #777;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media(max-width: 991px) {

    /* header */
    header nav .bars {
		color: #fff;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    header nav .links-list {
        display: none;
        background: #fff;
        padding: 30px;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        border-radius: 8px;
    }
    header nav .links-list &gt; ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header nav .links-list &gt; ul .list-item {
        margin: 5px 0;
        padding: 0 0 5px;
    }
    header nav .links-list &gt; ul .list-item:last-child {
        width: 218px;
    }
	header nav .links-list &gt; ul .list-item .link {
		color: #656565;
	}
}

@media(max-width: 767px) {
	.login-section .login-wrapper {
		flex-direction: column;
	}

	.login-section .login-wrapper .login-left {
		height: 200px;
		width: 100%;
	}

	.login-section .login-bg {
		height: 50vh;
	}
	.login-section .login-wrapper .login-right {
		width: 100%;
	}

	.login-section .box {
		display: block;
		height: auto;
		padding: 40px;
	}

	.login-section .login-container {
		height: auto;
		margin-top: 0;
		margin-right: auto;
	}
}
</pre></body></html>