[data-page="_global_login"][data-itemid="login-logo"] {
  font-weight: bold;
  font-size: 24px;
}
[data-page="_global_login"][data-itemid="username_label"] {
  font-weight: bold;
}
[data-page="_global_login"][data-itemid="password_label"] {
  font-weight: bold;
}
[data-page="_global_login"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body{
    background-color: #91a2b5;
    font-size: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.flex {
  display: flex;
  align-items: center;
}


.button a:hover {
  background: #3ba626;
}

@media (max-width: 900px) {
  .sistema-page {
    flex-direction: column;
    text-align: center;
  }

  .sistema-page .text {
    margin-bottom: 30px;
  }
}

@media (max-width: 460px) {
  .sistema-page h1 {
    font-size: 3.5rem;
  }

  .sistema-page p {
    font-size: 1.3rem;
  }

  .formulario {
    padding: 15px;
  }
}

img {
    display:block;
    margin:auto;
}


.btn{
    min-width: 160px;
}

h2{
    color:#275695;
}






  .r-pretty-login-page > .r-controls .r-mainform {
    min-width: 400px;
    margin-bottom: 50px;
    background: #ebebeb;
    padding: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid #b0b0b0 1px;
    border-bottom-width: 5px;
  }


 @media (max-width: 768px) {
    .r-pretty-login-page > .r-controls .r-mainform {
     min-width: 250px;
    }
  }
  





@media print, (min-width: 768px) {
  .r-pretty-login-page > .r-controls {
    flex: 1 1 60%;
  }
}

@media print, (min-width: 768px) {
  .r-pretty-login-page > .r-sideimage {
    flex: 1 1 40%;
  }
}
  
 .r-pretty-login-page [data-location="grid"] tr > * {
    padding-top: 5px;
  }  