
body {background: none;
    color: #fff;}

input, textarea, select {

	border: 1px solid #ddd !important;
	background: #0d537a;
	color: #fff;
border-radius: 20px !important;
}
.form-element {
    margin-bottom: 1%!important;
}

.selectbox {
    width: 96%;
    padding: 10px 2%;
background: #0d537a;
border-radius: 20px !important;
}
.form-element:nth-of-type(6),
.form-element:nth-of-type(7),
.form-element:nth-of-type(8),
.form-element:nth-of-type(9) {
width: 50%;
display: inline-block;
}
.datepicker,
#personenanzahl,
#zimmerwunsch {
width: 95% !important;
display: inline-block;
}

.submit {
    background: #052639;
    padding: 10px;
    border: 3px dotted !important;
    margin-top: 20px;
    border-radius: 20px !important;
    cursor: pointer;
    border: none;
    color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #888;
}

.secure {
    width: 100%;
    background: #052639;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}
.form-label {
    margin-top: 15px;
    display: block;
    color: #fff;
}
