html, body {
    background-color: transparent;
}

label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.Inputfields {
    display: flex;
    width: 100%;
}
.Inputfield_e_mail_adresse {
    flex-grow: 1;
}

.uk-button-primary {
    background-color: #474b4a !important;
}

.uk-input,
.uk-button-primary {
    height: 4rem;
}

.uk-input:focus {
    color: #fff !important;
}

.uk-alert-success {
	background: transparent;
	color: #fff;
}

.uk-alert-close{
    display: none;
}
