label {
    font-weight: 600;
}
.container {
    border-radius: 5px;
    padding: 50px 20px 10px 20px;
}

.lgx-container {
    background-color: white;
    background-image: linear-gradient(
            to right,
            transparent 10%,
            white 35%,
            white 65%,
            transparent 90%
        ),
        url("../images/background/background-pattern.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}

.container-registro {
    margin-top: -80px;
}

.lgx-container {
    margin-top: -30px;
}

*[role="form"] {
    max-width: 520px;

    padding: 15px;

    margin: 0 auto;

    background-color: transparent;

    border-radius: 10px;
}

.form-icons {
    width: 18%;
    margin-top: 20px;
    text-align: center;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #4b2364;
}

.title {
    margin-top: 15px;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    color: #211915;
}

.subtitle1 {
    margin-top: 15px;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    color: #666666;
}

.title-registro {
    margin-top: 15px;
    font-size: 50px;
    font-weight: 750;
    color: #1f5930;
}

.col-sm-3,
.form-check-label {
    font-weight: 600;
}

input[type="text"],
input[type="email"],
select[class="form-control"] {
    background-color: #e9e9e9;
    border: none;
    border-radius: 1px;
    border-left: 2px solid #3e1b53;
    border-bottom: 2px solid #3e1b53;
    border-bottom-left-radius: 10px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0px !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
}

input[class="form-check-input"] {
}

input[type="text"]:focus,
input[type="email"]:focus,
select[class="form-control"]:focus {
    background-color: #ededed;
    box-shadow: 0px 1px 3px #7e7474; /* Añade sombra */
    box-shadow: none !important;
    border-bottom: none;
    font-weight: bold;
    border-left: 3px solid #4b2364;
    border-bottom: 3px solid #4b2364;
    outline-width: 0;
    -webkit-box-shadow: none !important;
}

.btn-sig {
    color: #211915;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    background: linear-gradient(to left, #e9e9e9 50%, #f5f5f5 50%) right;
    background-size: 200%;
    transition: 0.2s ease-out;
    border-radius: 1px;
    border-right: 3px solid #4b2364;
    border-top: 3px solid #4b2364;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.btn-sig:hover {
    color: #211915;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    border-right: 3px solid #4b2364;
    border-top: 3px solid #4b2364;
    border-radius: 1px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    background-position: left;
}

.btn-prev {
    color: #211915;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    background: linear-gradient(to right, #e9e9e9 50%, #f5f5f5 50%) left;
    background-size: 200%;
    transition: 0.2s ease-out;
    border-radius: 1px;
    border-left: 3px solid #4b2364;
    border-top: 3px solid #4b2364;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.btn-prev:hover {
    color: #211915;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    border-left: 3px solid #4b2364;
    border-top: 3px solid #4b2364;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    background-position: right;
}

.btn-submit {
    color: #fff;
    background-color: #4b2364;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s ease;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.btn-submit:hover {
    color: #fff;
    background-color: #4b2364;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s ease;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.btn-sig:focus,
.btn-prev:focus {
    outline: none;
}

.custom-file-label {
    text-align: left;
}

input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid;
    outline-width: 0;
}

select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    outline-width: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid {
    -webkit-box-shadow: 0 0 0 30px #ededed inset !important;
}

input:-webkit-autofill:valid {
    -webkit-text-fill-color: green !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-webkit-autofill:valid {
    -webkit-box-shadow: 0 0 0 30px #ededed inset !important;
}

select:-webkit-autofill:valid {
    -webkit-text-fill-color: green !important;
}

.form-control::placeholder {
    color: #666;
    opacity: 1;
}
