ul.gn-menu-main li.menu_header {
    float: none;
    border: 0;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.far::before, .fas::before, .fab::before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.input-group .far::before, .input-group .fas::before, .input-group .fab::before {
    width: 26px;
}

.content_box {
    color: white;
    margin: 0 30px;
}

.chart_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.login_form i {
    float: left;
    width: 50px;
    margin-top: 6px;
}

.login_form input {
    float: left;
    width: 300px;
}

#login_form {
    margin: auto;
    width: 500px;
}

.fas-no-width::before {
    width: auto !important;
}

@media screen and (max-width: 740px) {
    .login_form i, .login_form input, input[type=submit] {
        width: 100%;
    }
    #login_form {
        width: 100%;
    }
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .content_box {
        margin: 0;
    }
}