body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	overflow-x: hidden;
}

a {
	color: #666;
	text-decoration: none;
}

.container {
	margin: 0 auto;
	background-image: url('../images/login_bg.png');
	background-size: 414px 604px;
	background-position: center 0;
	background-repeat: no-repeat;
	max-width: 414px;
	height: 100%;
	background-color: #1c2d29;
}

.top {
	position: relative;
	padding: 20px 20px 10px;
	height: 47px;
}

.top .right {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	/*background-image: url('../images/lang_bg.png');*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.top .right .lang {
	background-position: center center;
	background-size: 30px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.logo {
	margin: 30px auto 0;
	text-align: center;
}

.logo img {
	width: 180px;
	height: 145px;
}
    
.main {

	border-radius: 15px 15px 0 0;
	background: #1c2d29;
}

form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 30px;
}

.form-cell{
	width: 100%;
	margin-bottom: 15px;
}

.form-cell .lable{
	text-align: center;
	color: #FFF;
	font-size: 17px;
	padding: 10px 0;
}

.input {
	border: none;
	border: 1px solid #777;
	padding: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	outline: none;
	background-color: #0c6d56;
	border-radius: 10px;
	color: #ffffff;
}

.sub-cell {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #888;
}

.sub-cell .link{
	color: #888;
	text-decoration: underline;
}

.button {
	display: block;
	margin: 20px;
	padding: 0 10px;
    border-radius: 5px;
	border: none;
	width: 200px;
	height: 40px;
	line-height: 40px;
    font-size: 18px;
    color: #202226;
    text-align: center;
	background: linear-gradient(180deg, #ecc77e, #c58b15);
    overflow: hidden;
	cursor: pointer;
}

.popup-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: opacity(0.5);
}

.lang-list {
	display: none;
	position: absolute;
	top: 18px;
	right: 60px;
	border-radius: 5px;
	width: 120px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #eee;
	overflow: hidden;
	z-index: 10002;
}

.lang-list a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.lang-list a:hover {
	color: #333;
	background-color: #ccc;
}

.lang-list{width:60%;}
			
		
        
.lang-list ul{
	display: flex;	
	justify-content: space-between;
	padding: 10px;
}

.lang-list li{
	display: flex;	
	flex-direction: column;
	
	
}

.lang-list li a:not(:last-child){

	margin-bottom: 20px;	

}




.lang-list a{
	display: flex;	
	align-items: center;
	
}

.lang-list img{
	margin-right: 5px;
	width:30px;
	height:30px;
}

.lang-list .russ,.ita{
	border-radius: 50%;
}

.lang-list .alb{
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #fff;
	margin-right: 5px;
}


.popup {
	display: none;
	position: absolute;
	z-index: 10002;
	border-radius: 5px;
	color: #fff;
	background-color: #393c40;
}

.popup .title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #393c40;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(180deg, rgba(236, 199, 126, 1), rgba(197, 139, 21, 1))
}

.popup .content {
	padding: 10px;
}

.popup .item {
	display: flex;
	justify-content: flex-start;
	margin: 10px;
	line-height: 22px;
}

.popup .icon {
	width: 32px;
	height: 32px;
}

.popup .info {
	margin: 0 0 0 10px;
}

.popup .info a {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 8px 2px;
	background-color: #ddd;
}
