﻿body {
}

.app-header-primary {
    background: #a3ceff;
    background: linear-gradient(143deg,rgba(163, 206, 255, 1) 38%, rgba(153, 255, 213, 1) 100%);
}

#login aside {
    position: relative;
    float: left;
    width: 100%;
    height: 64vh;
    background-color: #2776F5;
    overflow: hidden;
}

.botaoTopo {
    background-color: #2776F5 !important;
}





.btLoginSomma {
    background: #2e8cff;
    background: linear-gradient(143deg,rgba(46, 140, 255, 1) 9%, rgba(15, 255, 155, 1) 100%);
    display: inline-block;
    width: 220px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    line-height: 50px;
}

.BoxPautaDia {
    background: #2a86f7;
    background: linear-gradient(143deg,rgba(42, 134, 247, 1) 38%, rgba(51, 255, 170, 1) 100%);
}

#login section article header strong {
    color: #2E8CFF !important;
}

.nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid.active {
    border-color: #006EF5 !important;
    border: 3px solid rgba(181, 214, 255, 1) !important;
}