﻿.titregisnnp {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-top: 2%;
}

.tienescuenta {
    background-color: #f5f5f5;
    padding: 2%;
    margin-bottom: 2%;
}

.txtllenardatos {
    padding: 2% 2% 0%;
}

.margencampos3 {
    margin-top: 3%;
}

.margencampos {
    margin-top: 4%;
    min-height: 40px;
}


.margencampos5 {
  /*  margin-top: 5%;*//*
    min-height: 40px !important;*/
}


.txtmsjrequeridos {
    font-size: 20px !important;
    justify-content: center;
}

.validadoPass {
    border-color: green;
    border-top: 2px solid green;
    border-left: 2px solid green;
    border-right: 2px solid green;
}


.text-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Estilo para hacer el botón más grande */
.btn-lg {
    padding: 15px 30px; /* Ajusta el tamaño según tus necesidades */
}

/*oculta*/
.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Clase para animación de salida */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
