.header__login-icon {
	margin-right: 20px;
}
.header-logout {
    text-transform: uppercase;
    display: flex;
    font-weight: 700;
    padding: 12px 20px;
    align-items: center;
    color: #404040;
    text-decoration: none;
    transition: all 0.3s ease;
}
.body-button {
    justify-content: center;
	text-transform: uppercase;
    display: flex;
    font-weight: 700;
    padding: 12px 40px;
    align-items: center;
    color: #404040;
    text-decoration: none;
    transition: all 0.3s ease;
}
.forgot-password,
.forgot-password:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
    .header-logout {
        display: none;
    }
}