.page_d{
    justify-content: center;
    padding: var(--content-breathing-space);
    background-color: white;
}

.menuline{
    display: none;
}



.doccontent {
    flex:0;
}

.content-input{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.div-input{
    width: 30%;
    display:flex;
    flex-direction: column;
    width: 30%;
}

.input-login{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.btn-login{
    border: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color: #d3d3d3;
}

.forgot-password{
    margin-top: 5px;
    text-align: center;
    text-decoration: underline;
}

.btn-login:hover{
    cursor: pointer;
}

.form-login{
    width: 100%;
    align-items:center;
    justify-content: center
}

.div-input-error{
    border: var(--red);
    background-color: var(--red);
}



.div-login-error > div {
    color: #721c24;
    padding: 10px;
    background-color: #f8d7da;
    border-radius: 5px;
    box-sizing: border-box;

}

.header{
    justify-content: center;
    margin-bottom: 0;
    border-bottom: none;

}
.docheader{
    text-align: center;
}
