﻿
.btnGold {
    background-color: #DECAA3;
    color: #591927;
    font-weight: bold;
    border: 0;
}

.btnRed {
    background-color: #591927;
    color: #ffffff;
    border: 0;
    width: 180px;
}

.btnRol {
    background-color: #591927;
    color: #ffffff;
    border: 0;
    padding-left: 0 !important;
}

.borderRed {
    border: 2px solid;
    border-color: #591927 !important;
    border-radius: 0.35rem;
}

.borderTopRed {
    border-top: 5px solid;
    border-color: #591927 !important;
}

.textRed {
    color: #591927 !important;
}

.textShadow3 {
    text-shadow: 3px 3px #CCCCCC;
}

.textGold {
    color: #DECAA3;
}

.textGray {
    color: #939090 !important;
}

.w-60 {
    width: 60%;
}

.icon-size{
    font-size: 18px !important;
}

.bglogin {
    background-color:#e9ecef
}