/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Reset CSS */

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    background: #f0f0f1 !important;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.wrapper-login{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.wrapper-login h2 {
    font-family: math;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #0a58ca;
    text-align: center;
    text-transform: uppercase;
}

.wrapper-login .title-login {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.86;
    color: #1a1a1a;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 0 12px;
}

.wrapper-form-login {
    width: 100%;
    max-width: 350px;
    margin: auto;
    border: 2px solid #ced4da;
    border-radius: 5px;
}

.wrapper-form-login form {
    background-color: #ffffff;
    padding: 24px 24px;
}

.wrapper-form-login form .field-label {
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0px;
    color: #1a1a1a;
    font-size: 16px;
}

.wrapper-form-login form .field-control {
    display: block;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 8px 0;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wrapper-form-login form button[type="submit"] {
    display: block;
    color: #ffffff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border-radius: .375rem;
    margin: 16px auto 0px;
    padding: 6px 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
    outline: 0;
}

.wrapper-form-login form button[type="submit"]:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.gtranslate_wrapper {
    display: none !important;
}