.login-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-icon img {
    max-width: 20%;
    max-height: 20%;
    margin: 50px 0 0 0;
}

.register-label{
    color: #000 ;
}

.register-link{
    color: #000;
}