﻿:root {
    --body_gradient_left: #7fbd0c !important;
    --body_gradient_right: #d3edfe !important;
    --form_bg: #ffffff;
    --input_bg: #e5e5e5;
    --input_hover: #eaeaea;
    --submit_bg: #1fcc44;
    --submit_hover: #40e263;
    --icon_color: #6b6b6b;
}

html {
    background-color: #508923 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #549b07 !important;
    border-color: #3ba504 !important;
}
