#app {
    background-image: url("https://www.knapp.com/wp-content/uploads/Slider_Unternehmen.jpg");
}

.divContainerLogin {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
}

.divWrapLoginPage {
    width: 400px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px;
}

.wrap-input {
    margin-bottom: 37px;
    border-bottom: 2px solid #adadad;
}

.p-b-5 {
    padding: 5px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-75 {
    padding-top: 75px;
}

.input100 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: flex;
    width: 90%;
    height: 40px;
    background: 0 0;
    padding: 0 5px;
    border: none;
    outline: none;
    align-items: center;
}

.login100-form-title {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
}

.login100-form-btn {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    border: none;
    background: #029aa9;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.btn-show-pass {
    font-size: 15px;
    color: #029aa9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
