﻿.btn-yellow {
    background-color: #ECC900;
    border-color: #ECC900;
    color: #282828;
}

.bg-yellow {
    background-color: #ECC900;
}

.text-yellow {
    color: #ECC900;
}
.text-green {
    color: #8AA554;
}
.logo-text {
    line-height: 20px;
    margin: auto;
}
.bg-yellow .alert-danger {
    background-color: #fff;
}