@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/**FORM STYLE**/
.form-control-label{
	font-size: 14px;
	color: #303032;
	font-weight: 500;
}
.login .form-control{
	border:  none;
	border-bottom: 1px solid #119BD9;
	border-radius: 0;
	padding: 6px 0;
}
.custom-control-label{
	font-size: 14px;
	color: #303032;
}
.form-control:focus, .dropdown-toggle:focus {
  box-shadow: none;
}
.has-search{
	position: relative;
	width: 300px;
	margin: 20px auto;
}
.has-search .form-control {
    padding-right: 2.375rem;
    font-size: 13px;
    color: #D2D2D2;
}
.has-search .form-control-feedback {
    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;
    right: 0;
}

/****/
*{
	outline: none !important;
}
a{
	text-decoration: none !important;
}
img{
	width: 100%;
}
body{
	font-family: 'Poppins', sans-serif;
	color: #5F6368;
	background: #FAFAFA;
}
.container-fluid{
	display: flex;
	background: url(../img/bg.jpg)no-repeat fixed center center;
	background-size: cover;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	overflow: auto;
	padding: 100px 10px;
}
.center-box{
	width: 425px;
	background: #fff;
	border-radius: 8px;
	padding: 55px 40px 40px;
}
.box-header{
	text-align: center;
}
.logo{
	max-width: 235px;
}
.logo-small{
	max-width: 150px;
}
.box-header h2{
	font-size: 16px;
	color: #2B2D42;
	margin-top:  16px;
}
a.forgot-pass{
	font-size: 13px;
	color: #119BD9;
	text-decoration: none;
}
a.forgot-pass: hover{
	color: #006ea0;
}
.btn-login{
	background: #119BD9;
    display: block;
    text-align: center;
    color: #fff;
    height: 45px;
    border-radius: 100px;
    line-height: 45px;
    text-decoration: none;
    margin-top: 30px;	
}
.btn-login:hover{
	color:  #f1f1f1;
}


/**Payment Page**/
.payment-box{
	padding: 0;
}
.payment-box .box-header{
	padding: 25px 40px;
}
.breadcrumbs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	font-size: 13px;
}
.breadcrumbs.bread-blue{
	background: #119BD9;
	color: #fff;
}
.breadcrumbs.bread-red{
	background: #E11111;
	color: #fff;
}
.breadcrumbs.bread-red>div, .breadcrumbs.bread-blue>div{
	display: flex;
	align-items: center;
}
.currency, .process-title{
	color: #303032;
	font-weight: 500;
}
.currency-logo{
	max-width: 32px;
}
.select-currency{
	text-align: center;
	padding: 40px;
}
.select-currency h3.title{
	color: #272729;
	font-weight: 500;
	font-size: 16px;
}
.select-currency .subtitle{
	color: #696666;
	font-size: 14px;
	line-height: 22px;
}
.select-currency .note{
	font-size: 10px;
	color: #696666;
}
.payment-table{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 40px;
}
.convert{
	padding: 25px 40px;
	font-size: 14px;
}
.border-bottom{
	border-bottom: 1px solid #D2D2D250;
}
.process-loading{
	padding: 35px 0;
	text-align: center;
}
.qr-generator{
	padding: 35px 0;
}
.qr-code{
	padding: 0px;
	width: 190px;
	height: 190px;
	margin: 0 auto 20px;
}
.transact-code{
	display: flex;
	justify-content: center;
	align-items: center;
}
.transact-code .copy-code img{
	max-width: 20px;
	margin-left: 5px;
}
.currency-list ul{
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
    height: 250px;
    overflow: auto;
}
.currency-list ul li{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	font-size: 14px;
	color: #272729;
	font-weight: 500;
}
.currency-list ul li img{
	max-height: 40px;
    width: auto;
}


/**Confimation**/
.success{
	text-align: center;
	padding: 40px;
}
.success img{
	max-width: 120px;
}
.success h3, .payment-failed h3{
	font-weight: 500;
	color: #303032;
	font-size: 16px;
	margin: 20px 0;
}
.payment-failed{
	padding: 40px;
	font-size: 14px;
	color: #696666;
}
.icon-close2, .icon-spinner{
	margin-right: 5px;
}
.icon-close2:before {
    border: 1px solid;
    border-radius: 50%;
    font-size: 20px;
}
.icon-spinner:before{
	font-size: 20px;
}

/**Footer**/
.footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	background: #E6E6E6;
	font-size: 10px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.dropdown-toggle{
	padding: 0 !important;
	font-size: 10px;
	color: #303032;
}
.dropdown-toggle img, .dropdown-item img{
	max-width: 16px;
}
.dropdown-lang .flag-active:after {
    position: absolute;
    content: "\e5ca";
    font-family: 'icomoon';
    color: #F6354B;
    right: 8px;
}
.copyright{
	color: #303032;
}
.login-checkbox{
	top:-4px;
}
