.login-page {
    display: inline-flex;
    align-items: center;
    place-content: center;
    margin-right: 1rem;
    margin-bottom: 2rem;

}

.enter-clean-field {
    display: inline-block;
    place-content: center;
}
.enter-clean-field * {
    display: inline-block;
}

.centered-img {
    vertical-align: middle;
    max-height: 1.5rem;
    max-width: 2.3rem;
    margin-right: 0.5rem;
}

.gz-logo {
    max-height: 3.9rem;
    max-width: 3.5rem
}

.credentials-field {
    margin: 2rem;

}

.login-title {
    font-size: 26px;
    color: #393943;
    font-weight: 900;
    text-align: center;
}

.login-password {
    font-size: 18px;
    color: #393943;
    font-weight: 500;
    width: 23rem;
    outline: none;
    border: none;
    border-bottom: solid 1px gray;
}

.login-site-name {
    font-size: 14px;
    color: #393943;
    font-weight: 400;
}

.login-page-text {
    font-size: 24px;
    color: #393943;
    font-weight: 900;

}

.login-image {
    margin-right: 0.5rem;
}

.credentials {
    margin-top: 2.5rem;
}

.btn-outline-enter {
    background: none;
    padding: 0 1.7rem;
    font-size: 18px;
    color: #393943;
    font-weight: 700;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #e64942;
}

.btn-btn-clear {
    background: none;
    margin-outside: 12rem;
    color: #393943;
    padding: 0 1.7rem;
    font-weight: 700;
    font-size: 18px;
    width: 140px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid blue;
}
