/* style.css */
body#page-auth-mtlville-login {
  background-color: #F5F5F5;
  height: 100vw;
  overflow: hidden;
}

.mtlville.login-form {
    width: 350px;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 40px;
  }
  
  .mtlville.login-form h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .mtlville.login-form input[type="text"],
  .mtlville.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .mtlville.login-form input.form-control{
    padding-left : 42px;
  }
  .mtlville.login-form .text-small{
    font-size: .70rem;
    color: #6c757d;
  }

  #page-auth-mtlville-login .rui-login-lang-wrapper {
    bottom: 80px;
}