﻿.error-404 {
    margin: 0 auto;
    text-align: center;
}

    .error-404 .error-code {
        bottom: 60%;
        color: #63a736;
        font-size: 96px;
        line-height: 100px;
        font-weight: bold;
    }

    .error-404 .error-desc {
        font-size: 12px;
        color: #000000;
    }

    .error-404 .m-b-10 {
        margin-bottom: 10px !important;
    }

    .error-404 .m-b-20 {
        margin-bottom: 20px !important;
    }

    .error-404 .m-t-20 {
        margin-top: 20px !important;
    }

p.MsoNormal {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    line-height: 107%;
    font-size: 11.0pt;
    font-family: "Calibri",sans-serif;
}

.btn-warning {
    background: #63a736;
    border-color: #63a736;
    color: #ffffff;
    border: 2px solid;
}

    .btn-warning:hover {
        color: #63a736;
        background-color: White;
        border-color: #63a736;
    }

    .btn-warning:active:focus {
        background: #63a736;
        border-color: #63a736;
        color: #ffffff;
        border: 2px solid;
    }