html, html body {
    background-color: white; 
    font-weight:300;
}

#app-header {
    /* background-color: #000; */
    display: flex;
    justify-content: space-between;
    /* border-bottom: 3px solid #ff2c83; */
}

#app-header svg{
    padding: 8px;
    box-sizing: border-box;    
}

#app-header svg * {
    fill: #a4a3a3;
}

#app-logo {
    display:block;
    background: url(https://cdn.dev.autentikar.com/resources/banco-santa-cruz/bsc.png) no-repeat left center;
    background-size: contain;
    width: 172px;
    height: 49px;
    
}

button.ak-button.ak-button, .ak-button.ak-button {
  background: #0464AD;
    font-weight: 600;
    font-size: 0.8rem;
  border-radius: 36px;
}

button.ak-button.ak-button:hover, .ak-button.ak-button:hover {
    color: rgb(255, 255, 255);
    background: #05538e;
}
button.ak-button.ak-button:disabled, .ak-button.ak-button:disabled {
    background: lightgray;
    cursor: not-allowed;
    border: none;
    color: gray;
}
