@CHARSET "UTF-8";

@import url('/portal/css/fonts/Inter/inter.css');
    html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
    html { font-family: 'Inter', sans-serif; }
}

* {
    box-sizing: border-box;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    border-bottom: 0px solid transparent;
}

html {
    height: 100%;
    min-height: 600px;
}

body {
	min-height: 600px;
}

.login-section {
        display: block;
        position: static;
        margin: auto;
        min-width: 250px;
        max-width: 350px;
        height: 550px;
	padding: 20px;
}

.login-section .mini-section {
        margin: 0 auto
}

.login-section .mini-section .cont-mini {
        background: #FAFAFA;
        border: 1px solid #F9F9F9;
        box-shadow: 0 2dp 4px 0 rgba(0, 0, 0, .13);
        border-radius: 3px;
        padding: 30px;
        margin-bottom: 15px
}

.footer-login {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    left: 0px;
    height: 75px;
}

.lc-changelang {
    position: absolute;
    width: 95px;
    height: 19px;
    right: 30px;
    top: 25px;
    font-family: inter;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: right;
    color: #51534A;
    z-index: 1;
}

.lc-login-remember-password {
    position: relative;
    float: left;
    width: 100px;
    bottom: 0px;
    height: 40px;
    left: 30px;
    display: block;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    color: #51534A;
}

.lc-login-options {
    position: static;
    margin: auto;
    width: 100px;
    bottom: 0;
    display: block;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    color: #51534A;
}

.lc-footer {
    position: static;
    margin: auto;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    color: #51534A;
}

.lc-footer-image {
    position: relative;
    border-color: rgb(2, 55, 80);
    margin: auto;
    float: left;
    left: 13px;
    bottom: 0;
    margin-top: 5px;
    width: 76px;
    height: 15px;
    background: url(/portal/images/logo.png);
}

.login-registration {
    display: none;
    color: black;
    position: absolute;
    height: 35px;
    right: 30px;
    bottom: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    margin: auto;
    color: #51534A;
}

.login-section .mini-section .cont-mini {
    display: none;
    background: #FAFAFA;
    border: 1px solid #F9F9F9;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 13%);
    border-radius: 3px;
    padding: 0;
    margin-bottom: 15px;
}

.login-section .list-client {
    max-height: 322px;
    overflow-y: auto;
}

ol, ul {
    list-style: none;
}

.login-section .mini-section .cont-mini.select-client .back {
    padding: 10px 30px;
}

.login-section .mini-section .cont-mini .back {
    overflow: hidden;
}

.login-section .mini-section .cont-mini .back>a {
    margin-top: 5px;
    float: left;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 40px;
    padding: 0 0 0 20px;
    height: 40px;
    color: #6C8094;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

.lc-login {
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.lc-login .lc-login-form {
    min-width: 250px;
    height: 355px;
}

.lc-login .lc-login-form .lc-login-img {
    padding-top: 0px;
    padding-left: 0px;
}

.lc-login .lc-login-form .lc-login-img {
    padding: 20px 0 40px;
}

.lc-login .lc-login-form .lc-login-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    top: 5px;
}

.lc-login .lc-login-form input.lc-login-text-password, .lc-login .lc-login-form input.lc-login-text-email {
    position: relative;
    float: left;
    font-family: Inter;
}

.lc-login .lc-login-form input, .lc-login .lc-login-form input[type=text] {
    font-size: 25px;
    font-family: Inter;
    padding: 10px;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 2px;
}

.lc-client input, .lc-client input[type=text], .lc-client textarea {
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lc-login .lc-login-form button {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
    font-size: 16px;
    position: relative;
    float: left;
    font-family: Inter;
}

.lc-client button {
    position: relative;
    background-color: #1374D3;
}

.lc-client button {
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 0;
}

.lc-login-button {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    font-family: Inter UI;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.2px;
}

.lc-forgot-password-back-login {
    position: absolute;
    width: 150px;
    height: 16px;
    left: 3%;
    bottom: 25px;
    font-family: Inter UI;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #51534A;
}

.lc-forgot-password-title {
	margin-bottom: 5px;
	color: #51534A;
}

@media only screen and (max-height: 600px) {
    .footer-login {
        position: relative;
	float: left;
    }
}

#db-sd-infos {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.3);
    z-index: 999;
}

#db-sd-infos-container {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 555px;
    height: 100%;
    padding: 50px 70px 20px 50px;
    overflow-y: auto;
    background: #e5e5e5;
}

#db-sd-infos-container .db-sd-infos-text h4 {
    margin: 0px 0 5px 0;
    line-height: 21px;
    font-weight: 600;
    font-size: 16px;
}

#db-sd-infos-container h2 {
    margin-bottom: 30px;
    color: #B6B9BB;
    font-size: 2.0rem;
    font-weight: 700;
}

#db-sd-infos-container h2 b {
    color: #000;
}
