.t-Button-label {
    font-family: unset;
    font-weight: 500;
}

.btn-success {
    color: white;
    width: 100%;
}
.btn-info {
    color: white;
    width: 100%;
}
.btn-link {
  width: 100%;
}

.t-Login-logo {
    width: var(--ut-login-logo-size, 9rem);
    height: var(--ut-login-logo-size, 6rem);
}

.t-Login-header {
    padding: 1rem;
}

.chk_remember{
    margin-top: 1rem!important;
}




