.login_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.login_bort {
    background-color: rgba(255, 255, 255, 0.40);
    border-radius: 25px;
    width: 340px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login, .pass, .log_pas_button {
    width: 300px;
    height: 50px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 24px;
    text-align: center;
}

.login, .pass {
    margin-bottom: 10px;
}

.login_log_error {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #f30a2d;
    font-size: 16px;
}
.log_pas_button{
    margin-bottom: 10px;
}
.form_class_login_pass{
    height: 100%;
}