.login-label {
  padding-top: 2%;
}

.support-image {
    position: relative;
    max-width: 100%;
    padding-top: 2%;
    background-position: center;
    background-size: cover;
}

.text-overlay {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    width: 90%;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    background-color: rgba(255, 255, 255, 255); 
    padding: 20px;
    padding-top: 0px;
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
