input[type=username], input[type=password], input[type=username].reset {
    top: 90px;
    left: 25px;
    position: relative;
    height: 50px;
    width: 450px;
    padding: 12px 20px;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font: 1.17em -apple-system, BlinkMacSystemFont, sans-serif;
    border: 1px solid #ccc;
}

input[type=username].reset {
    top: 160px;
}

input[type=submit] {
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    font: 1.17em -apple-system, BlinkMacSystemFont, sans-serif;
    border-width: 0;
    right: 25px;
    float: right;
    height: 50px;
    width: 120px;
    color: #fff;
    font-weight: bolder;
    cursor: pointer;
    top: 135px;
}

.btn_reset {
    top: 195px; 
    right: 35px; 
    float: right;
}

@media (max-width: 480px) {
    input[type=username], input[type=password], input[type=username].reset {
        top: 70px;
        left: 10px;
        width: calc(100% - 20px);
    }

    input[type=username].reset {
        top: 150px;
    }

    input[type=submit] {
        right: 15px;
        width: 130px;
        top: 130px;
    }

    .btn_reset {
        right: 25px;
    }
}




input[type=text]{
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 5px 0;
    border-radius: 10px;
    font: 1.17em -apple-system, BlinkMacSystemFont, sans-serif;
    height: 50px;

}

input[type=text].search {
    top: 95px;
    left: 60px;
    width: calc(100% - 120px);
    position: fixed;
    border: 2px solid #000;
}


input[type=text].userinfo, input[type=username].edituser{
    left: 25px;
    position: relative;
    width: 450px;
    border: 1px solid #ccc;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-top: 5px;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch input { display: none; }
.form-switch input:checked + i { background-color: #4BD763; }
.form-switch input:checked + i::before { transform: scale3d(0, 0, 0); }
.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }




/***********************************************************************************
Passwort Reset
***********************************************************************************/
