.admi-login{
	max-width:50%; 
	margin:auto; 
	height: 100vh; 
	padding-top: 10vw;
}

.lang-btn{
	font-weight: bold;
   	line-height: 0.5px !important;	
}

.head-btn__wrap{
	margin-top: 20px;
}

.head-tel{
	margin-left: 25px;
	color: #000;
}

.mr-10{
	margin-right: 10px;
}

/* select2  */
.select2-container .select2-selection--single{
	height: 44px;
	border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: unset;
	line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 8px;
}
/* end select2  */

/* liqpay */
.lp-pay-btn{
	margin-top: 20px;
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
}

.pay-block{
	text-align: center;
}

.liq-btn{
  color: #fff;
  width: 170px;
  height: 60px !important;
  border-color: #F4A02D !important;
  background-color: #F4A02D !important
}

.liq-btn:hover{
  color: #F4A02D !important;
}
/* end liqpay */

.only-mobile{
	display: none !important;
}

.only-desktop{
	display: block !important;
}

@media (max-width: 768px) {
	.only-mobile{
		display: block !important;
	}

	.only-desktop{
		display: none !important;
	}
}