/* Estilos del formulario de registro */
.register-form-container{
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-left: #00365F 5px solid;
}

.pkp_structure_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

.ai{
    text-align: center;
}

a{
    color: #DFAB00;
}

a:hover{
    color: #DFAB00;
}

.register-form-container .signup-btn{
    background-color: #19255B;
    color: #fff;
    border-radius: 0rem;
}

.register-form-container .login-btn{
    border: solid 1px #19255B;
    color: #00365F;
    border-radius: 0rem;
}

.register-form-container .login-btn:hover{
    background-color: #ABB5D8;
    color: #fff;
}

.register-form-container .signup-btn:hover{
    background-color: #19255B;
}

.register-form-container label {
    display: block;
    width: 100%; 
}

.details-container{
    display: flex;
    gap: 2rem;
}

.form-group,
.fields{
    width: 100%;
}

.info-card-container{
    margin-top: 5rem;
}

.info-card-container .card-container{
    gap: 1rem;
}