#contact-form{
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

input.form-control {
    background: transparent;
    border: 1px solid #b9a67f;
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family: corbertregular;
    margin: 5px 0;
}
input.redError{
	border:1px solid #aa0000;
	background:#220000;
}

input[type="radio"] {
    -webkit-appearance: radio;
    margin: 10px 0;
	position:relative;
}
input[type="radio"].redError:after {
    content:" ";
	
	position:absolute;
	height:0px;
	width:0px;
	bottom:-10px;
	left:calc(50% - 5px);
	border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #aa0000;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 10px 0;
}

.privacy {
    display: table;
    font-size: 17px;
}

.card-type {
    padding-top: 10px;
    display: table;
    font-size: 17px;
}

h3.panel-title {
    font-size: 2.2em;
    margin-bottom: 20px;
    font-family: corbertregular;
    letter-spacing: 0.2em;
    opacity: 0.7;
    position: relative;
    color: #f4e3b5;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}


select {
    font-size: 18px;
    margin-bottom: 5px;
    background: transparent;
    color: #999999;
    border: 1px solid #b9a67f;
    height: 40px;
}

input.btn.btn-success {
    padding: 15px 40px;
    font-size: 18px;
    color: #ffffff;
    background: #847351;
    border: 1px solid #847351;
    margin-top: 20px;
    font-family: corbertregular;

}

input.btn.btn-success:hover {
	background: #080808;
    border: 1px solid #847351;
}




