
.btn-office-aesys, .btn-office-aesys:active, .btn-office-aesys:hover, .btn-office-aesys:focus {
    background-image: linear-gradient(90deg, rgba(255,185,0,1) 0%, rgba(239,132,0,1) 17%, rgba(226,92,1,1) 35%, rgba(219,68,1,1) 46%, rgba(216,59,1,1) 55%, rgba(216,59,1,1) 100%) !important;
}

.btn-admin-aesys, .btn-admin-aesys:active, .btn-admin-aesys:hover, .btn-admin-aesys:focus  {
    background: #0F9EDA !important;
}

.card-aesys {
    min-height: 296px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
form img {
    padding-right: 10px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 0px) and (max-width: 404px) {
    .card-aesys{
        width: 100%;
        max-width: 350px;
    }
}