@font-face {
	font-family: 'Intro Black';
	src: url(../site-files/intro.ttf);
}
html, .container {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0; padding: 0;
	background-color: black;
	font-family: 'Open Sans', Sans; font-size: 16px;
}

.bg {
	background-image: url(../images/pay-form-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
}


.pay-form .form-group {
	margin-top: 15px;
}

.pay-form .form-control {
	display: block;
	padding: 20px;
	border-radius: 60px;
	border: 1px solid #d9dadb;
	text-align: center;
	outline: none;
	background: none;
	margin: 0 auto 30px auto;
	width: 300px;
	height: 60px;
	font-size: 16px;
}


.pay-form label {
	color: black;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.pay-form {
	padding-top: 120px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
}

.pay-form .panel {
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}

.pay-form .panel-body {
	background-color: white;
}

.pay-form .panel .panel-heading {
	position: relative;
	border: none;
	border-radius: 5px 5px 0px 0px;
	background-image: url(../images/header-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top left;
	text-align: center;
}
.pay-form .panel .panel-heading h1 {
	display: block;
	font-family: 'Intro Black', Sans;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	margin: 40px auto;
}

.pay-form .panel-footer {
	position: relative;
	height: 30px;
	background-color: white;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
}

.pay-form .btn.btn-submit {
	display: block;
	margin: auto;
}

.btn.btn-submit {
	min-width: 200px;
	height: 60px;
	padding: 0px 20px;
	border-radius: 60px;
	border: none;
	background: none;
	background-color: #61bfd9;
	color: white;
	font-size: 18px;
	-webkit-transition: background-color ease-out 0.3s;
	-moz-transition: background-color ease-out 0.3s;
	-o-transition: background-color ease-out 0.3s;
	transition: background-color ease-out 0.3s;
}

.pay-form .text-right {
	text-align: right;
}

.btn.btn-submit:hover {
	background-color: #c04331;
}

.pay-form #ibot-icon {
	position: relative;
	margin:  -120px auto 0px auto;
	width: 140px; height: 180px;
	background-image: url(../images/pay-form-bot.svg);
}

.text-center .img-responsive {
	margin: auto;
}

.pay-types .list-group-item:hover {
	background-color: #f5f5f5;
}

.pay-form .comment {
	display: block;
	font-family: 'Open Sans', Sans;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	text-align: center; color: black;
}

.nouser_box,.badsum_box{
	position: fixed;
	left: 50%;
	color: #444;
	background: #E9E7E9;
	width: 350px;
	text-align: center;
	margin-left: -180px;
	border-radius: 10px;
	top: 30%;
	margin-top: -50px;
	padding: 30px;
}


.badsum_closer{
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	color: #c11414;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
}

.nouser_closer{
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	color: #c11414;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
}

#w1widget .w1-widget_header {
	display: none;
}

.no-margin {
	margin:0px auto !important;
}