:root {
    --primary-color: #486F88;
    --success-color: #16D090;
}

body {
    margin: 0;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}
.custompage .limiter {
    width: 100%;
    margin: 0 auto;
}
.custompage .container-login {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
    background-image: url('https://campus.rds.hn/assets/fondoaporto.webp');
    background-size: cover;
    background-repeat: no-repeat;
   

}
.custompage .wrap-login {
        background: #ffffffbd;
    border-radius: 78px;
    padding: 30px 45px;
    box-shadow: 0 12px 26px rgb(88 89 94 / 15%);
    /*background: #fff;
    border-radius: 10px;
    padding: 30px 45px;
    box-shadow: 0 12px 26px rgba(16, 30, 115, 0.06);*/
}
.custompage .width-login {
    width: 390px;
}
.custompage .width-register {
    width: 690px;
}
.custompage h3.title, legend {
    font-weight: 900;
    font-size: 25px;
    color: #2d306a;
    padding: 1rem 0;
    text-align: center;
}
.custompage label {
    color: #3d4075;
    font-weight: 400;
}
.custompage .form-control,
.custompage .bootstrap-select .dropdown-toggle.btn-default {
    border: 2px solid #B3C8D7;
}
.custompage .last-password {
    padding: 2.5rem 0;
    text-align: center;
}

.custompage .last-password a {
   color: #3d4075;
    
    font-weight: 600;
}


.btn-primary {
   color: #fff;
    background-color: #2e3069;
    border-color: #2e3069;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary:focus
{
        outline: none;
    outline-offset: 0px;
}
.btn-success {
    color: #fff;
    background-color: #8cbf44;
    border-color: #8cbf44;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-success:hover {

    background-color: #b1c987;
    border-color: #b1c987;

}

.custompage .software-name {
    text-align: center;
    padding: 2rem 0;
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.panel-default>.panel-heading{
    background-color: #ebf2de;
    border-color: #8cbf44;
}
.panel-heading a{
    color:#2d306a  !important;
    font-weight: bold !important;
}