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

#app-header {
    display: flex;
    justify-content: space-between;
    background-color: #white;
    border-bottom: 2px solid #0095a9;
}

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

#app-header svg * {
    fill: #0095a9;
}

#app-logo {
    display:block;
    background: url(https://bancoademi.com.do/media/1028/logo.png) no-repeat left center;
    background-size: contain;
    width: 500px;
    height: 40px;
    margin-left: 10px;
}

button.ak-button.ak-button, .ak-button.ak-button {
    color: white;
    background: #0095a9;
    border-radius: 3px;
    
}
button.ak-button.ak-button:hover, .ak-button.ak-button:hover {
    opacity: 0.9;
}
button.ak-button.ak-button:disabled, .ak-button.ak-button:disabled {
    background: lightgray;
    cursor: not-allowed;
    border: none;
    color: gray;
}
