.bg{
    background: url("../media/background.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#survey-header {
    text-align: left;
    font-weight: 800;
    padding: 30px 0px 0px 0px;
    color: white;
}
#description {
    color: white;
    font-weight: 500;
}
label {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
#firstname{
    width: 100%;
    border:none;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
    height: 35px;
}
#lastname{
    width: 100%;
    border:none;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
    height: 35px;
}
#phone{
    width: 100%;
    border:none;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
    height: 35px;
}
#email{
    width: 100%;
    border:none;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
    height: 35px;
}
#role-select{
    width: 100%;
    border:none;
    border-radius: 2px;
    padding: 0px 0px 0px 10px;
    height: 35px;
}
#role-select:hover{
    border:none;
}
#firstname:hover{
    border:none;
}
#lastname:hover{
    border:none;
}
#number:hover{
    border:none;
}
#email:hover{
    border:none;
}
textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    padding: 10px 0px 0px 10px;
}
#form-wrapper{
    background-color: rgba(0,0,0, 0.4);
    padding: 0px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px 0px 40px 0px;
}
.form-group-lg{
    margin-bottom: 30px;
}
button, input {
    overflow: visible;
    margin-right: 10px;
}
.submit-button{
    font-weight: 600;
    font-size: 14px;
}
#hr-default{
    border: 1px solid rgba(255,255,255,0.9);
    margin: 25px 0px 25px 0px;
}
select {
	background: #F0F3FB;
	border: 1px solid #F0F3FB;
	border-radius: 4px;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	color: #3F3F3F;

	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	  font-family: Font Awesome\ 5 Free;
    content: '\f107';
    font-weight: 900; /* Fix version 5.0.9 */
  	font-size: 24px;
  	position: absolute;
  	top: 3px;
  	right: 20px;
  	color: #434B67;
  	pointer-events: none;
}

select::-ms-expand {
  display: none;
}
.footer-link-wrapper a{
    font-size: 10px;
    color: white;
}
.footer-link {
    margin-right: 15px;
    text-transform: uppercase;
}
.footer-link:last-child {
    margin-right: 0px;
}
.text-content-wrapper{
    padding: 20px 0px;
}