.bx-system-auth-form {
    background: #FFF;
    color: #000;
    /*padding: 2rem;*/
}

.welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.for-pass {
    position: relative;}

.for-pass i {
    cursor: pointer;
    color: #666;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 10px;}

.for-pass i.active {
    color: #000;
}