﻿.bg-cardappin-yellow {
    background-color: #fff112 !important;
}

.bg-cardappin-red {
    background-color: #880016 !important;
}

.bg-cardappin-white {
    background: #fff !important;
}

.text-cardappin-yellow {
    color: #fff112 !important;
}

.text-cardappin-red {
    color: #880016 !important;
}

.btn-cardappin-red{
    background-color: #880016 !important;
    color: #fff !important;
}

.btn-cardappin-red:hover {
    background: #a8011c !important;
}

.btn-wrapper a:hover {
    color: #fff !important;
}

.login-item-mobile {
    display: none !important;
}

.notebook{
    height: 350px;
    width: 1400px;
}

@media(max-width: 767px) {
    .login-item-mobile {
        display: block !important;
    }
    .notebook {
        height: auto;
    }
}

.bg-topo {
    background: #fff !important;
}
