[data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c"][data-page="_global_login"][data-cellid="footer_c"][data-page="_global_login"][data-cellid="footer_c"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c3"][data-page="_global_login"][data-cellid="footer_c3"][data-page="_global_login"][data-cellid="footer_c3"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-page="_global_login"][data-itemid="login_button"] > .btn {
  text-shadow: none;
  color: #fffdfd;
}
[data-page="_global_login"][data-itemid="login_remind"] > .btn {
  background-color: #ffffff;
  background-image: none;
  text-shadow: none;
}
[data-page="_global_login"][data-itemid="text"] {
  font-weight: bold;
}
[data-page="_global_login"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}



body.function-login {
/*height:100%;*/
background-image:url('/images/novo1.png');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.function-login .rnr-c > * {
    background: rgba(17,17,17,0.85) !important;
}

.panel-primary {
    border-color: #1b1876;
}

h4, .h4 {
    font-size: 12px;
    text-align:right;
    font-weight:bold;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1b1876;
    border-color: #1b1876;
}
.panel {
    border-radius:0px;
}
.panel-heading {
   padding: 1px 10px;
}

.btn-primary {
    color: #fff;
    background-color: #1b1876;
    border-color: #1b1876;
}

[data-page="_global_login"][data-itemid="text"] {
    font-weight: bold;
    font-size:20px;
}


.form-size{
  border: 2px;
  padding: 1px;
  border-radius: 25px;
  width:50%;
  height: 40px;
  font-size: 12px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
}


.background-trans{
border:1px solid rgba(255,255,255,0.3);
background:rgba(218,223,225,0.7);
border-radius:16px;
box-shadow:0 4px 30px rgba(0,0,0,0.1);
    
}

.r-panel-page {
    margin-top: 200px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 28px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}



/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* The Open Button */
.tutorialBtn{
  color: #008cba;
}

.tutorialBtn:hover,
.tutorialBtn:focus {
  color: #008cba;
  text-decoration: underline;
  cursor: pointer;
}