.LoginWrapper {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
}
.LoginText{
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600;
}
.LoginWrapper input, .EinwegLogin input {
    display: block;
    width: 250px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e5007d;
    text-align: center;
    color: #e5007d;
}
.LoginWrapper input:focus, .EinwegLogin input:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
.LoginWrapper button {
    padding: 8px 30px 8px 30px;
    margin-top: 20px;
    background-color: white;
    color: #e5007d;
    border-style: solid;
    border-color: #e5007d;
    border-width: 2px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition-duration: 0.2s;
}
.LoginWrapper button:hover {
    color: white;
    background-color: #e5007d;
    transition-duration: 0.2s;
}
.LoginWrapper button:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}

.DezenterLink {
	margin-top: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.codefeld {
    display: block;
    width: 250px;
    padding: 4px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #e5007d;
    text-align: center;
    color: #e5007d;
	font-size: 26px;
}

.codefeld:focus {
    outline: 0;
    box-shadow: 0px 1px 3px #e5007d;
}
