 .auth-wrapper.auth-v3 {
    background: linear-gradient(to right, <?php echo $config['color_header'] ?> 50%, <?php echo $config['color1'] ?> 0);
}
.text-white{color: #ffffff !important;}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: <?php echo $config['backlogin'] ?>;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 45px;
}
.auth-wrapper.auth-v3 .auth-content .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

#aqui{
    background: url(<?= base_url('public/img/'.$config['fondo']); ?>) no-repeat center bottom fixed; 
    background-size: cover;
    background-color: <?php echo $config['color1'];?>;
}

.nonceimg {
    width: 100%;padding: 30px;
}
.hidden1{
    display:none;
}
.pad17{
    padding-right: 17px;
}

#addon-wrapping-left2, #addon-wrapping-left{
    addon-wrapping-left width: 100% !important;
}
.fontren1{
    font-size: 1rem;
}