@import "https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css";
body {
	background-image: url("images/bg1.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #000;
}
.main-content {
	padding-top: 170px;
	padding-bottom: 55px;
}
.logo {
	width: auto;
	height: 90px;
	margin-bottom: 30px;
}
.p-txt {
	line-height: 2rem;
}
.img-pagos-payu {
	width: auto;
	height: 150px;
	margin-top: 30px;
}
.title-nm {
	color: #ed0677;
}
.btn-pay {
	background-color: #ed0677;
	color: white;
	border: none;
}
.btn-pay:hover {
	background-color: #92064a;
	color: white;
}
.input {background-color: transparent;border: none;border-bottom: 1px solid rgb(27, 27, 27);border-radius: 0;color: white;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d9d9d9 !important;
	opacity: 1; /* Firefox */
}  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #d9d9d9;
}  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #d9d9d9;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
	color: #d9d9d9;
}
.bottom-txt {
	color: #525252;
	font-style: italic;	
}