Rev 780 | Rev 790 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.rui-login-box {
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 5px !important;
height: 100%!important;
width: 100%;
}
.row .login-box{
margin-left: 0;
margin-right: 0;
width: 100%;
height: 100%;
}
#page-login-index .col-md-4{
flex: 0 0 50%;
max-width: 50%;
padding: 0;
}
#page-login-index .col-md-8{
}
.rui-login-box .rui-login-content {
width: 80%;
margin: 0% 10%;
height: 80%;
}
img.img-fluid.login-imagen {
width: 100%;
height: 100%;
}
.rui-loginpage-intro-logo {
margin-bottom: 20px;
display: flex;
align-items: center;
text-align: center;
margin-top: 5%;
justify-content: left;
}
.rui-loginpage-intro-logo .rui-login-logo {
width: 100%;
max-width: 500px;
height: 200px;
object-fit: contain;
object-position: left;
}
h3.txt-welcome-login {
color: #6b6b6b;
margin-top: 10%;
}
h1.txt-login {
font-size: 40px;
color: #16283c;
margin-bottom: 15%;
}
button#loginbtn {
color: #fff;
background: #16283c;
}
.rui-login-box .form-control {
width: 100%;
height: 50px;
/* margin-bottom: 0px; */
}