/*GDPR */

body {font-family: Helvetica, sans-serif;}
* {box-sizing: border-box;}

.respformarea  {max-width:500px;margin:auto; border: solid 2px #d6d6d6; padding: 25px; border-radius: 6px; background: linear-gradient(#fff, #dee1e2);box-shadow: 0 2px 10px 0 #e0e0e0, 0 3px 10px 0 rgba(0, 0, 0, 0.19);}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: #1d8cd8;
    color: #fff;
    min-width: 40px;
    text-align: center;}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
	font-family: Helvetica, sans-serif;
	}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.submitbtn {
    background-color: #1d8cd8;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 90%;
    opacity: 0.9;
	border-radius: 4px;
	font-size: 18px;
}

.submitbtn:hover {
    opacity: 1;
}

.checkboxspecific {height: 25px; width: 25px; text-align: center;}
.checktext {padding-top: 8px;}


.aligntag {margin-left: -25px; font-size: 12px;}

/*GDPR */