.env-relative-container
{
    position: relative;
}

/*Dieser CSS-Code blendet die Löschen- und Anzeigebuttons in Microsoft Edge-Eingabefeldern aus.*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.password-reveal {
    color: #6c6c6c;
    background-color: transparent;
    font-size: 24px !important;
    position: absolute;
    right: 25px;
    top: 48px;
}
