@import url("//fonts.googleapis.com/css?family=Poppins:400,500,700,900");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
}

a.open-form-link {
	text-decoration: none;
	color: #000000;
}

a.open-form-link:visited {
	color: #000000;
}

.wire-transfer-form {
	font-family: 'Poppins', sans-serif;
	width: 660px;
	margin: 1.5em auto;
	position: relative;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	background: #ffffff;
	border-radius: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form {
		width: 315px;
		padding: 0;
		padding-bottom: .5em;
	}
}

.wire-transfer-form .close {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 32px;
	height: 32px;
	opacity: .5;
	cursor: pointer;
}

.wire-transfer-form .close:hover {
	opacity: 1;
}

.wire-transfer-form .close:before, .wire-transfer-form .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #ffffff;
}

.wire-transfer-form .close:before {
	transform: rotate(45deg);
}

.wire-transfer-form .close:after {
	transform: rotate(-45deg);
}

.wire-transfer-form .image-logo-form {
	text-align: center;
	background: url("../../../../uploads/2017/10/world-map-background.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}

.wire-transfer-form .image-logo-form img {
	max-width: 30%;
	margin: .8em 0;
	vertical-align: middle;
}

.wire-transfer-form .wire-transfer-form-content {
	padding: 0 1em 1em;
	background-color: #cdc36ab0;
	border-radius: 0 0 5px 5px;
}

.wire-transfer-form .wire-transfer-form-content input {
	padding: .5em;
	height: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
	text-indent: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #CCC;
}

.wire-transfer-form .wire-transfer-form-content label {
	cursor: pointer;
}

.wire-transfer-form .wire-transfer-form-content .full-name-block,
.wire-transfer-form .wire-transfer-form-content .email-address-block,
.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block {
	margin: .5em 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .full-name-block label {
		float: left;
	}
}

.wire-transfer-form .wire-transfer-form-content .full-name-block input {
	width: 82%;
	padding-right: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .full-name-block input {
		width: 94%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .full-name-block {
		text-align: center;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .email-address-block label {
		float: left;
	}
}

.wire-transfer-form .wire-transfer-form-content .email-address-block input {
	width: 77%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .email-address-block input {
		width: 94%;
		padding-right: 9px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .email-address-block {
		text-align: center;
	}
}

.wire-transfer-form .wire-transfer-form-content .wire-transfer-form-title {
	text-align: center;
}

.wire-transfer-form .wire-transfer-form-content .info-text {
	margin-bottom: 1em;
}

.wire-transfer-form .wire-transfer-form-content .info-text h3 {
	margin: 0;
}

.wire-transfer-form .wire-transfer-form-content .info-text ul {
	padding-left: 1.5em;
}

.wire-transfer-form .wire-transfer-form-content .info-text ul li {
	list-style-type: decimal;
}

.wire-transfer-form .wire-transfer-form-content .info-text .warning-text {
	padding-left: 10em;
	text-align: justify;
	margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .info-text .warning-text {
		padding-left: 1em;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .info-text .complete-info-text {
		word-wrap: break-word;
	}
}

.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block:after {
	content: "(NOT your wallet ID)";
	display: block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block:after {
		display: none;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block label:after {
		content: "(NOT your wallet ID)";
		display: block;
	}
}

.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block input {
	width: 56%;
	padding-right: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.wire-transfer-form .wire-transfer-form-content .wallet-receiving-block input {
		width: 95%;
		padding-right: 6px;
	}
}

.wire-transfer-form .wire-transfer-form-content .submit-block {
	text-align: center;
}

.wire-transfer-form .wire-transfer-form-content .submit-block button {
	padding: 0.5rem 2.5rem !important;
	font-family: 'Poppins', sans-serif;
	border: 2px solid #b7af5e;
	color: #4A4A4A !important;
	background: #ffffff;
	cursor: pointer;
	font-size: 1rem;
	opacity: .8;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.wire-transfer-form .wire-transfer-form-content .submit-block button:hover {
	opacity: 1;
	color: #ffffff !important;
	background: #b7af5e !important;
}