body{
        /*background: #ECE8E5;*/
        background-image: url("/uploads/login.png");
        background-size: cover;

    }
    .btn-primary {
        color: #fff;
        background-color: #F1B715;
        border-color: #2B2829;
        box-shadow: 0 1px 1px rgba(0,0,0,.075);
        border: 1px solid #F1B715 !important;
    }

    input:focus {
    	border: 1px solid #F1B715 !important;
    }

    button.btn.btn-primary:hover {
        background: #F1B715;
    }

    .btn-primary:active {
        background: #F1B715 !important;
    }

    .btn-primary:focus {
        box-shadow: none !important;
    }

    a:hover {
        color: #2B2829;
        text-decoration: none;
    }

    a {
        color: #2B2829;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #2B2829;
        outline: 0;
        box-shadow: none;
    }
    #remember:hover {
    	border: 1px solid #085996 !important;
    }
    .icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    	background-color: #085996 !important;
        border-color: #085996 !important;
    }
    .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before{
    	border-color: #085996 !important;
    }
