@font-face {
    font-family: 'MarkGEO';
    src: url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.eot');
    src:
        url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.woff2') format('woff2'),
        url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.woff') format('woff'),
        url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.ttf') format('truetype'),
        url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.svg#MarkGEO-Light') format('svg'),
        url('https://webstatic.bog.ge/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'MarkGEO';
    src: url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.eot');
    src:
        url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.woff2') format('woff2'),
        url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.woff') format('woff'),
        url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.ttf') format('truetype'),
        url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.svg#MarkGEO-Light') format('svg'),
        url('system/fonts/markgeo/MarkGEO-Light/MarkGEO-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/

html {
	position: relative;
	min-height: 100%;
}

body, html {
	height: 100%;
	font-family: MarkGEO, sans-serif;
}

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background: url(../login/img/new-login-bg.jpg) no-repeat center center fixed;
/*	background: url(../login/img/login_all.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-bottom: 80px;
}

@media (min-width: 1200px) {
	.container {
		width: 1400px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1196px;
	}
}

.form-group .form-control {
	padding-left: 2.375rem;
}

.form-group .form-control-icon {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}


#phonecode-form {
	margin: 20px;
	text-align: center;
}


#phonecode-form .inputlabel {
	display: block;
	width: 100%;
}

#phonecode-form .login_input {
    width: 100%;
    margin: 2px 60px;
    border-radius: 5px;
    color: #8F8F8F;
    background-color: #F5F5F5 !important;
    outline: none;
    border: none;
}

.btn-primary {
	background-color: #1070ad!important;
    border-color: #005cbf;
}


.text-danger {
	color: #f44336;
}

.text-success {
	color: #4caf50;
}


.language {
    display: flex;
    align-items: center;
    color: #292929;
    margin-bottom: 10px;
}

.language select {
    text-align: end;
    font-size: 18px;
    height: 34px;
    border: none;
    background: none;
    outline: none;
}

.language select option{
    text-align: center;
}


.login-container {
	min-height: 420px;
	background-color: #fff;
	box-shadow: 0px 2px 30px #ccc6;
}

#logo {
	padding-top: 80px;
	margin: 0 auto;
	width: 85%;
	margin-bottom: 15px;
	display: block;
}

.login-panel {
	padding: 25px 45px 35px 55px;
}

.login-panel .login-btn {
	background-color: #1070ad;
	color: #FEFEFF;
	outline: none;
	border: none;
}

#error-text h5 {
	font-size: 16px;
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
}




.footer-menu {

}


.footer-link {
	color: #727272;
	text-decoration: none;
	font-size: 10px;
	position: relative;
    margin-right: 34px;
}

.footer-link:hover {
	color: #727272;
	text-decoration: none;
}

.footer-link::before {
	border-radius: 50%;
	content: "";
	height: 3px;
	width: 3px;
	opacity: 0.5;
	position: absolute;
	top: 5px;
	left: -12px;
	background-color: #727272;
}

/*SLIDER*/
.slider-panel {

}

.banner-box {
	
}

.banner-box .box-item p {
	font-weight: bold;
	font-size: 16px;
}

.banner-box .box-item .box-content {
	font-size: 14px;
}

.slick-dots li {
	width: 10px;
}

.slick-dots li.slick-active button:before {
	color: #0069d9;
}