.login-but {
    position: fixed;
    z-index: 5;
    right: -34px;
    transform: rotate(-90deg);
    top: 8.8rem;
    
}
.login-but a {
  background: #ff7f32;
  color: White;
  padding: 0.5rem 1rem;
}