<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Karla", sans-serif;
  background-color: #fff;
  min-height: 100vh; }

.brand-wrapper {
  padding-top: 7px;
  padding-bottom: 8px; }


.brand-wrapper:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    gap: 18px 0;
}

.login-section-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /*padding: 68px 50px;*/
  background-color: #1D1D1B; 
    min-height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;

}

@media (max-width: 600px) {

    .login-section-wrapper {
        padding-right:10% !important;
        padding-left:10% !important;
    }
    
    .login-title {
    padding-left: 0px!important;
    }
}

.form-login &gt; * {
    margin-left: 0px !important;
}

.nomeClinica{
    font-size: 20px;
    font-weight: 600;
    margin: 12px;
}



    
  /*@media (max-width: 991px) {*/
  @media only screen and (device-width: 991px){
    .login-section-wrapper {
      padding-left: 50px;
      padding-right: 50px; 
     /* min-height: 100vh;*/
      
      
      
    } 
      /*html {
        height: -webkit-fill-available;
      }*/
  }
  

  @media (max-width: 575px) {
    .login-section-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 100vh; } }

 @media (min-width: 1025px) { 
.login-wrapper {
  width: 70%;
  max-width: 100%;
/*  padding-top: 24px;
  padding-bottom: 24px; */
}
 }

  @media (max-width: 1024px) {
    .login-wrapper {
      width: 100%; } }
  .login-wrapper label {
    font-size: 14px;
    font-weight: 500;
    color: #9A9A9A;
}
  
  .login-wrapper .form-control {
    border: none;
    border: 0px solid #C4C4C4;
    border-radius: 4px;
   /* padding: 9px 5px;*/
    min-height: 40px;
    font-size: 14px;
    font-weight: normal;
}
    .login-wrapper .form-control::-webkit-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-moz-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control:-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::placeholder {
      color: #b0adad; }
  .login-wrapper .login-btn {
    padding: 9px 20px;
    background-color: #9A9A9A;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1b;
    margin-bottom: 14px; 
    width: 150px;
    float: right;
  
  }
    .login-wrapper .login-btn:hover {
      border: 1px solid #25405E;
      background-color: #172B44;
      color: #fff; }
  .login-wrapper a.forgot-password-link {
    color: #0071BC;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 54px;
 }
  
.login-img {
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right; 
   
}
    
  
    .login-section-wrapper{
        height: auto;
        /*height: 100vh;*/
        /*min-height: -webkit-fill-available;*/
        
    }






  
    @media (max-width: 575px) {
      .login-wrapper a.forgot-password-link {
        margin-bottom: 16px; } 
    }
  .login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0; 
  }

.login-title {
  font-size: 25px;
  color: #9A9A9A;
  font-weight: bold;
  /*margin-bottom: 25px;*/ 
}



.footer-link {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 90%; }

/*# sourceMappingURL=login.css.map */


/*.rodape{
    float:left;
}*/


.texto-rodape{
    font-size: 11px;
    /*padding-left: 20px;*/                           
    color:#ddd;                            
}

.texto-desenvolvido, .texto-direitos{
    font-size: 11px;                                                  
    color:#fff; 
    margin-bottom:3px;
}

a{
    color:#ddd;
    text-decoration: none;
}
a:hover{
    color:#fff;
    text-decoration: decoration;
}

a:visited{
    color:#ddd;
    text-decoration: none;
}

.logo-rodape {
    width:100px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.login-section-wrapper{
    padding-left:5%;
}

.logo{
    margin-right: 50px;
    max-width: 300px;
    max-height: 100px;
}

 @media (max-width: 767px) { 

    .login-title{
        padding-left:calc(5% + 10px);
    }
    
    .brand-wrapper {    
        /*margin-left: calc(8% + 10px);*/
    }

 }

 @media (min-width: 768px) and (max-width: 820px) { 

/*    .login-title{
        padding-left: 2%;

    }*/

 }
 
 @media screen and (max-width: 767px){
    .body-usuario .form-login {
        padding: 10px 20px 0px 10px !important;
    }
}

.bootstrap-select&gt;.dropdown-toggle {
    border-radius: 20px;
}

.cookieinfo-close{
    border-radius: 20px;
}

.modal-token {
    z-index: 10;
    transition: 0.3s;
    top:-100%;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.modal-token.show {
    top : 0;
}

.float-popup-token {
    position: absolute;
    background-color: white;
    width: 600px;
    left: calc(50% - 300px);
    margin-left: auto;
    margin-right: auto;
    top: calc(25% - 60px);
    border-radius: 4px;
}

@media screen and (max-width : 600px){
    .float-popup-token {
        width: 90%;
        left: calc(50% - 175px);
        top: calc(25% - 60px);
    }
}


.form-token {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}

.float-popup-bottom-token {
    margin-top: 5px;
    width: 100%;
}

.float-popup-token input {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    text-align:center;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid indigo;
  border-radius:50%;
  border-top-color:#0001;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@media (min-width: 767px) { 
    .login-section-wrapper {
        padding: 68px 50px;
    }
}

@media (max-height: 800px) {
    .login-section-wrapper {
        padding: 10px 10px;
    }
}

.usuarioDesktop{
    margin-left:50px;
}

@media (max-width: 480px) {
    .usuarioDesktop{
        margin-left:0px;
    }
}

.float-popup-bottom-token {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-cancel{
    padding: 0px 20px;
    border: none;
    background-color: #777 !important;
    border-radius: 20px;
    color: #ffffff;
    width: 120px;    
    margin-left: 10px;
    margin-right: 10px;
    height:35px;
}

.btn-save{
    padding: 0px 20px !important;
    border: none  !important;  
    background-color:#337AB7;
    border-radius: 20px;
    color: #ffffff;
    width: 120px;
    height:35px
}

.btn-cancel:hover, .btn-save:hover{
    /*color: #1C1C1C;*/
    color: #ffffff;
    opacity: 0.8;
}

.margem-titulo{
    margin-top: 20px;
}</pre></body></html>