

/* Start:/local/templates/login/styles.css?17079771391481*/
body {
    background-color: rgb(199,231,226);
    font-family: Arial, Helvetica,sans-serif;
}

a {
    color: rgb(48,75,70);
}

.language {
    text-align: right;
    font-size: 14px;
    margin-right: 20px;
}

#content {
    width: 600px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(67,140,120);
}

#workarea-inner {
    padding: 15px 50px;
}

.field {
    margin: 10px 0;
}
.input-field {
    width: 100%;
    font-size: 16px;
    padding: 10px 4px;
    margin: 5px 0;
    box-sizing: border-box;
}
.field-button {
    text-align: center;
}

label {
    color: white;
}

h5 {
    color: white;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

input[type="submit"], input[type="button"], button, a.styled_button {
    color: #414141 !important;
    background-color: rgb(199, 231, 226);
    border: solid 1px white;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, a.styled_button:hover {
    color: white !important;
    background-color: rgb(48, 75, 70);
    border: solid 1px white;
    text-decoration: none;
}

.labl {
    padding: 10px 50px 10px 0;
}

#workarea-inner > i {
    display: block;
    color: white;
    text-align: center;
}

/* End */


/* Start:/local/templates/login/template_styles.css?1707977139272*/
.loading {position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 1000000; display: flex; justify-content: center;}
.loading div {align-self: center; background-color: black; color: white; padding: 10px 20px; font-size: 18px;}

/* End */
/* /local/templates/login/styles.css?17079771391481 */
/* /local/templates/login/template_styles.css?1707977139272 */
