#m_login{
    background-image: url(/img/v2/login/fondo_login.png);
    background-size: 100%;
}
#FormLogin {
    width: 400px;
    margin-top: 42%;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
}
#FormLogin h3{
    font-size:15px;
    font-weight: 600;
}
#FormLogin h5 {
    font-size: 13px;
    font-weight: 100;
    color: #CCC;
    margin-bottom: 30px;
}
#FormLogin label{
    color: #FFF;
}
.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
    color: #91899f;
    border: 1px solid var(--primary-color);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    height: 35px;
    background: rgb(60,104,171);
    background: linear-gradient(93deg, rgba(60,104,171,1) 0%, rgba(0,0,0,1) 100%);
    color: #FFF;
    border: 4px solid #FFF;
    height: 40px;
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control.error {
    color: #91899f;
    background: rgb(60,104,171);
    background: linear-gradient(93deg, #3c68ab 0%, rgba(0,0,0,1) 100%);
    border: 4px solid #ff8383;
}
.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:focus {
    color: #FFF;
}
#FormLogin .btn-primary {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #1d2b52;
    border: 4px solid #FFF;
    min-width: 170px;
    font-weight: 600;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#FormLogin a{
    color: #FFF;
}


footer {
    background: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
}
footer #logos_ul_login {
    position: absolute;
    left: 5%;
    width: 500px;
    bottom: 50px;
}
footer ul {
    width: 208px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
footer ul li{
    list-style: none;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
footer ul li img{
    width:32px;
}

footer p{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-size: 9px !important;
    font-weight: 300 !important;
}
.box-desarrolla {
    width: 30%;
    position: absolute;
    bottom: 20px;
    left: 5%;
    height: 100px;
    padding-top: 0px;
    border: 5px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #3e65aa; /* Color de fondo similar al de la imagen */
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9); /* Sombra interna */
}
.box-desarrolla img{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.box-colaboradores{
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 5%;
    height: 100px;
    padding-top: 0px;
    border: 5px solid #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #3e65aa; /* Color de fondo similar al de la imagen */
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9); /* Sombra interna */
}
.box-colaboradores img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}