@font-face {
    font-family: 'faktpro-light';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/2019/11/Fakt-SemiBold.woff2') format('woff2'), url('/wp-content/uploads/2019/11/Fakt-SemiBold.woff') format('woff'), url('/wp-content/uploads/2019/11/Fakt-SemiBold.ttf') format('truetype'), url('/wp-content/uploads/2019/11/Fakt-SemiBold.svg#faktpro-light') format('svg');
}
@font-face {
    font-family: 'fakt-blond';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/uploads/2019/11/Fakt-Blond.woff2') format('woff2'), url('/wp-content/uploads/2019/11/Fakt-Blond.woff') format('woff'), url('/wp-content/uploads/2019/11/Fakt-Blond.ttf') format('truetype'), url('/wp-content/uploads/2019/11/Fakt-Blond.svg#fakt-blond') format('svg');
}

#login_form_nuvola {
    width:400px;
}
#login_form_nuvola a {
    color: #fff;
    text-decoration:underline;
    cursor: pointer;
}
.tb_login_status {
    text-align: center;
    display: none;
    font-size: 14px;
    background: green;
    color: #fff;
    border-radius: 1em;
    margin: 0 0 1em;
}
.tb_login_error {
    text-align: center;
    display: none;
    margin: 0 0 1.4em;
    padding: .5em;
    border-radius: .5em;
    background: red;
    color: #fff;
}
.tb_login_submit button {
    text-transform: none !important;
}

.tb_login_form_clr input {
    padding-left: 20px;
    width:100%;
}
.tb_login_form_clr input::placeholder {
    color: #000000;
    padding-left: 10px !important;
}
.tb_login_form_chb .chb-cell {
    padding:5px 0;
    width: 100%;
}
.chb-cell input[type="checkbox"]:checked,
.chb-cell input[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
}
.chb-cell input[type="checkbox"]:checked + label,
.chb-cell input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 20px;
    color:#fff;
    font-family: Fakt-Blond, sans-serif;
    font-size: 12px;
}
.chb-cell input[type="checkbox"]:checked + label:before,
.chb-cell input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
}
.chb-cell input[type="checkbox"]:checked + label:after,
.chb-cell input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.chb-cell input[type="checkbox"]:checked + label:after,
.chb-cell input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.tb_login_submit {
    margin-top:30px;
}
.tb_login_submit input[type=submit] {
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    display: inline;
    background: none;
    font-size: 22px;
    font-family: Fakt-SemiBold, sans-serif;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
    text-transform:none;
}
.tb_login_forgot {
    padding-top:10px;
    color: #fff;
    font-family: Fakt-Blond, sans-serif;
    font-size: 12px;
}
.tb_login_reg_submit {
    margin-top:50px;
}
.tb_login_reg_submit p {
    color: #fff;
    font-family: Fakt-Blond, sans-serif;
    font-size: 18px;
}
.tb_login_reg_submit a {
    width: 100%;
    height: 50px;
    border: 2px solid #fff;
    display: inline-block;
    background: none;
    font-size: 22px;
    font-family: Fakt-SemiBold, sans-serif;
    text-align: center;
    text-decoration:none;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
}
