html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
/* reset end */

/* defaults */
body {
    line-height: 1;
    background: #fbfdf5;
    font-family: 'Segoe', "Myriad Pro", Tahoma, Helvetica, Arial,  "Trebuchet MS", sans-serif;
}
/* defaults end */

.l-wrapper {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.l-header {
    position: absolute;
    width: 100%;
    padding: 40px 0;
    z-index: 10;
}

.l-content {
    font-size: 20px;
}

.logo_img {
    vertical-align: top;
}

.menu_list, .submenu_list {
    display: inline-block;
}

.submenu_list {
    position: absolute;
    top: 0;
    right: 0;
}

.menu_list_item {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-right: 40px;
    vertical-align: top;
}

.menu_list_link {
    color: #199ad6;
}

.menu_list_link.s-active {
    color: #000000;
    cursor: default;
}

.menu_list_item_locale {
    position: relative;
}



.title {
    font-size: 40px;
    margin-left: 115px;
    margin-bottom: 45px;
}

.login_row {
    line-height: 50px;
    height: 50px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.login_input {
    border: 1px solid #6cb028;
    border-radius: 5px;
    height: 48px;
    width: 370px; /* 400 */
    padding: 0 15px;
    font-size: 32px;
}

.login_label_text {
    display: inline-block;
    width: 95px;
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
}
.login_label_desc {
    display: inline-block;
    vertical-align: top;
}

.login_submit_btn {
    margin-left: 115px;

    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #6fa428;
    background: #8bca34;
    color: #fff;
    padding: 0 55px;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
}

.login_submit_btn:focus {
    box-shadow: 0px 0px 1px 1px #a5c7fe;
}

.content_outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 460px;
}

.content_middle {
    display: table-cell;
    vertical-align: middle;
}

.content_inner {
    margin-left: auto;
    margin-right: auto;
    width: 680px;
}

.support {
    display: inline-block;
    margin-left: 65px;
}
.link, .link:visited {
    font-size: 16px;
    color: #6fa428;
}

.goback_link, .goback_link:visited {
    font-size: 18px;
}

.settings_link {
    font-size: 16px;
}

.support_settings {
    margin-left: 115px;
    margin-top: 25px;
}

.content_text {
    font-size: 18px;
    margin: 20px 0;
    line-height: 120%;
}

.text_emp {
    color: red;
}