html,
body {
    position: relative;
    min-height: 100vh;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    padding-bottom: 80px;
    margin-top: 0;
}

.validation-container-content {
    bottom: 0px;
    padding-bottom: 80px;
    padding-top: 50px;
    margin-top: 0;
}

input { 
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid gray;
    padding: 5px;
}

.container-fluid {
    margin-bottom: 200px;
}

#errorMessage {
    color: #CC0000;
}

#wrongPasswordErrorText {
    min-width: 40%;
    color: #CC0000;
}

@media all and (max-width: 576px) {
    .content {
        position: relative;
        padding-bottom: 105px;
    }  
     
    .row {
        float: left;
        padding-left: 10%;
    }

    #wrongPasswordErrorText {
        width: 40%;     
    }

    p {
        width: 90%;
        position: relative;
        right: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .button {
        position: relative;
        width: 100%;
        right: 20px;
        font-weight: bold;
    }

    h2 {
        position: relative;
        width: 90%;
        right: 20px;
    }

    #unsuccesfulButton {
        position: relative;
        width: 110%;
        right: 20px;
        margin-left: 5%;
    }

    input {
        width: 100%;
        right: 20px;
        margin-left: -8%;
    }

    #errorMailInput {
        width: 95%;
        right: 20px;
        margin-left: -5%;
    }

    #passwortZurücksetzen {
        position: relative;
        width: 100%;
        right: 20px;
        padding: 5px;
    }

    #errorMessage {
        padding-right: 30%;
        margin-bottom: 3%;
    }
}

@media all and (min-width:767px) { 
    .row {
        float: left;
        padding-left: 21%;
        padding-top: 4%;
    }

    h2 {
        margin-bottom: 5%;
    }

    #wrongPasswordErrorText {
        width: 80%;
        margin-bottom: 5%;
    }

    P {
        width: 50%;
    }

    .description {
        width: 60%;
        margin-bottom: 10%;
    }
    
    #unsuccessfulDescription {
       position: relative;
       width: 40%;
       margin-top: -50px;
       margin-bottom: 15px;
    } 

    input {
        max-width: 700px;
        width: 160%;
        right: 10px;
    }

    #Message {
        width: 60%;
    }

    #passwortZurücksetzen {
        width: 35%;
    }

    #buttonSubmit {
        margin-top: 9%;
        width: 15%;
    }
}

@media all and (max-width: 767px) {
    .content {
        padding-bottom: 105px;
    }

    .row {
        float: left;
        padding-left: 10%;
        padding-top: 4%;

    }

    #wrongPasswordErrorText {
        width: 85%;
        margin-bottom: 5%;
    }

    h2 {
        margin-right: 5%;
    }
    p {
        width: 90%;
        position: relative;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 1.5rem;
        width: 100%;
        margin-bottom: 10%;
    }

    #unsuccessfulDescription {
        position: relative;
        width: 90%;
        margin-top: -20px;
        margin-bottom: 15px;
     }

     input {
         max-width: 350px;
        width: 115%;
        right: 5%;
        margin-left: -7.5%;
        margin-top: 5%;
    }

    #passwortZurücksetzen {
        min-width: 30px;
        padding: 20px;
        margin-right: 10%;
    }
    
    #buttonSubmit {
        margin-left: -2%;
        margin-top: 15%;
        width: 117%;
    }

    .button {
        width: 100%;
    }
}




