.app-container {
    position: relative;
}



.app-login-box {
    position: fixed;
    top: 50%;
    left: 50%;

    width: 437px ;
    height: 666px;
    flex-shrink: 0;

    transform: translate(-50%, -50%);
    padding: 3em;
    border-radius: 24px;
}
.txt-registro {
    margin-top: 4em;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: -0.2px;

    span {
        cursor: pointer;
    }
}

.app-login-box-user{
    text-align: center;
    img {
        margin: 0 auto;
    }
}

.title {
    text-align: center;
}
.form-control {
    background-color: #1B1B1B;
    color: #FFFFFF;
    border-radius: 8px;
    border: 0;
}
.password-reset {
    margin-top: 1em;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.2px;
}
