.btn.secundary-btn {
    background: #001d6c !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg,
            #001d6c 0%,
            #001d6c 100%) !important;
    background: -webkit-linear-gradient(90deg,
            #001d6c 0%,
            #001d6c 100%) !important;
    background: linear-gradient(90deg, #001d6c 0%, #001d6c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001D6C, endColorstr=#001D6C, GradientType=1);
    text-transform: unset;
}

.btn.secundary-btn:hover {
    background: rgb(237, 177, 61) !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb13d", endColorstr="#eb7735"
            , GradientType=1);
    text-transform: unset;
}

.btn.secundary-btn:active {
    transform: translateY(0);
}

#login-button:hover {
    background: #001d6c !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg,
            #001d6c 0%,
            #001d6c 100%) !important;
    background: -webkit-linear-gradient(90deg,
            #001d6c 0%,
            #001d6c 100%) !important;
    background: linear-gradient(90deg, #001d6c 0%, #001d6c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001D6C, endColorstr=#001D6C, GradientType=1);
    text-transform: unset;
}

#login-button {
    background: rgb(237, 177, 61) !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb13d", endColorstr="#eb7735"
            , GradientType=1);
    text-transform: unset;
}

#login-button:disabled {
    background: #ccc !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg, #ccc 0%, #ccc 100%) !important;
    background: -webkit-linear-gradient(90deg, #ccc 0%, #ccc 100%) !important;
    background: linear-gradient(90deg, #ccc 0%, #ccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccc", endColorstr="#ccc", GradientType=1);
    text-transform: unset;
}

.btn.installer-save-btn {
    background: rgb(237, 177, 61) !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(237, 177, 61, 1) 0%, rgba(235, 119, 53, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edb13d", endColorstr="#eb7735", GradientType=1);
    text-transform: unset;
}

.btn.installer-save-btn:hover {
    background: #001d6c !important;
    color: white !important;
    font-weight: bold !important;
    background: -moz-linear-gradient(90deg, #001d6c 0%, #001d6c 100%) !important;
    background: -webkit-linear-gradient(90deg, #001d6c 0%, #001d6c 100%) !important;
    background: linear-gradient(90deg, #001d6c 0%, #001d6c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#001D6C, endColorstr=#001D6C, GradientType=1);
    text-transform: unset;
}
