/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.paygate-payhost-container {
		padding: 1.7em 1.7em 1em 1.7em;
	}
	
	/*.paygate-payhost-container .form-half-col {
		width: 47%;
		margin-right: 1.5%;
		display: inline-block;
	}
	
	.paygate-payhost-container .form-half-col.last {
		margin-right: 0;
		width: 50.4%;
	}*/
	
	.paygate-payhost-container .form-container, .paygate-payhost-container .card-wrapper {
		display: inline-block;
	}
	
	/*.paygate-payhost-container .card-wrapper {
		width: 40%;
		margin-bottom: -2em;
	}

	
	.paygate-payhost-container .form-container {
		width: 55%;
		margin-left: 4%;
	}*/
}


.paygate-payhost-container {
	background: #F6F2ED;
}

.paygate-payhost-container .badge-row img {
	width: 60px;
}

.paygate-payhost-container .form-container {
	width: 100%;
}

.paygate-payhost-container .form-container-row {
	margin-bottom: 10px;
}

.paygate-payhost-container input[type="text"] {
	-webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.paygate-payhost-container select {
	width: 100%;
}
