.clog {
    font-family: Roboto,sans-serif;
    color: #fff;
    max-width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-repeat: repeat
}

.clog .yellow {
    color: #efc400!important
}

.clog .bold {
    font-weight: 700
}

.clog .spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px
}

.clog_section {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 12px
}

.clog_section.helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
    text-decoration: underline;
    font-weight: 700
}

.clog_section.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clog_btn-img {
    max-width: 100%;
    width: 100%;
    margin: 4px auto 12px auto;
    position: relative
}

.clog_btn-img a {
    display: block
}

.clog_btn-img img {
    max-width: 100%
}

.clog_btn-img:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    cursor: pointer
}

.clog_btn-img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.clog_btn-link {
    text-decoration: none;
    margin-top: 4px;
    display: block
}

.clog_btn-link:hover {
    text-decoration: underline
}

.clog_btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.clog_form {
    margin-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clog_form-f {
    position: relative;
    height: 50px;
    text-align: left;
    max-width: 85%;
    margin: auto;
    margin-top: 12px
}

.clog_form-f input:-webkit-autofill,.clog_form-f select:-webkit-autofill,.clog_form-f textarea:-webkit-autofill {
    width: 100%;
    background-color: #a02d01;
    border: 1px solid #e2200c;
    border-radius: 5em;
    height: 40px;
    outline: 0;
    padding: 4px 12px;
    -webkit-transition: border .22s ease-in,-webkit-transform .36s ease-out;
    transition: border .22s ease-in,-webkit-transform .36s ease-out;
    transition: transform .36s ease-out,border .22s ease-in;
    transition: transform .36s ease-out,border .22s ease-in,-webkit-transform .36s ease-out;
    -webkit-box-shadow: inset 0 0 24px rgba(0,0,0,.7);
    box-shadow: inset 0 0 24px rgba(0,0,0,.7)
}

.clog_form-f .ip:focus~label.lb,.clog_form-f .ip:valid~label.lb,.clog_form-f input:-webkit-autofill~label.lb,.clog_form-f select:-webkit-autofill~label.lb,.clog_form-f textarea:-webkit-autofill~label.lb {
    -webkit-transform: translate(-12px,-32px) scale(.8);
    transform: translate(-12px,-32px) scale(.8);
    background-color: #a02d01
}

.clog_form-f input:-webkit-autofill,.clog_form-f select:-webkit-autofill,.clog_form-f textarea:-webkit-autofill {
    border: 1px solid #a02d01;
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 1000s ease-in-out 0s;
    transition: background-color 1000s ease-in-out 0s
}

.clog_form-f.float label.lb {
    -webkit-transform: translate(-12px,-32px) scale(.8);
    transform: translate(-12px,-32px) scale(.8);
    background-color: #a02d01
}

.clog_form-f .lb {
    position: absolute;
    left: 14px;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: border .2s ease-in,background-color 50ms .3s ease-out,-webkit-transform .23s ease-out;
    transition: border .2s ease-in,background-color 50ms .3s ease-out,-webkit-transform .23s ease-out;
    transition: transform .23s ease-out,border .2s ease-in,background-color 50ms .3s ease-out;
    transition: transform .23s ease-out,border .2s ease-in,background-color 50ms .3s ease-out,-webkit-transform .23s ease-out;
    border: 0;
    padding: 2px 8px;
    border-radius: 5em;
    font-weight: 200;
    font-style: italic;
    font-style: 13px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clog_form-f .ip {
    width: 100%;
    background-color: #a02d01;
    border: 1px solid #e2200c;
    border-radius: 5em;
    height: 40px;
    outline: 0;
    padding: 4px 12px;
    -webkit-transition: border .22s ease-in,-webkit-transform .36s ease-out;
    transition: border .22s ease-in,-webkit-transform .36s ease-out;
    transition: transform .36s ease-out,border .22s ease-in;
    transition: transform .36s ease-out,border .22s ease-in,-webkit-transform .36s ease-out;
    -webkit-box-shadow: inset 0 0 24px rgba(0,0,0,.7);
    box-shadow: inset 0 0 24px rgba(0,0,0,.7)
}

.clog_form-f .ip:focus,.clog_form-f .ip:valid {
    border: 1px solid rgba(255,255,255,.45)
}

.clog_form-f .error {
    color: #fff;
    text-align: right;
    width: 100%;
    font-size: 13px;
    display: block
}

.clog_form button {
    background: 0 0;
    border: none;
    outline: 0;
    height: 60px;
    margin-top: 12px
}

.clog_form button img {
    max-width: 100%
}

.clog_form button:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    cursor: pointer
}

.clog_label.note {
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 100%;
    font-style: italic;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.clog_line {
    height: 1px;
    margin: 24px auto;
    background: #f8c500;
    background: -webkit-gradient(linear,left top,right top,from(rgba(248,197,0,0)),color-stop(25%,#f8c500),color-stop(50%,#f8c500),color-stop(75%,#f8c500),to(rgba(248,197,0,0)));
    background: linear-gradient(90deg,rgba(248,197,0,0) 0,#f8c500 25%,#f8c500 50%,#f8c500 75%,rgba(248,197,0,0) 100%)
}

.clog-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1059;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

.clog-page .button,.clog-page button {
    cursor: pointer
}

.clog-page-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 2% 0;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    margin-right: 0!important;
    margin-left: 0!important
}

.clog-page-langs .inner {
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 18px;
    font-size: 18px;
    background: -webkit-gradient(linear,left top,right top,from(black),to(rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%)
}

.clog-page-langs .list {
    display: block;
    white-space: nowrap;
    overflow: auto hidden;
    padding: 0 4px
}

.clog-page-langs .list .item {
    display: inline-block;
    padding: 0 4px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .23s ease-in all;
    transition: .23s ease-in all;
    opacity: .4
}

.clog-page-langs .list .item:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.clog-page-langs .list .item.active {
    opacity: 1
}

.clog-page-adv {
    color: #fff;
    text-align: center;
    padding: 5% 0;
    font-size: 18px
}

.clog-page-adv strong {
    font-size: 1.5em;
    font-weight: b0ld
}

.clog-page-adv .buttons {
    padding: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.clog-page-adv .buttons .button {
    -webkit-transition: -webkit-transform .12s ease-out;
    transition: -webkit-transform .12s ease-out;
    transition: transform .12s ease-out;
    transition: transform .12s ease-out,-webkit-transform .12s ease-out
}

.clog-page-adv .buttons .button:hover {
    -webkit-transform: scale(.96);
    transform: scale(.96);
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4)
}

.clog-page-adv .buttons .button-link {
    margin-top: 12px;
    display: block;
    text-decoration: none;
    color: #eab32b!important;
    padding: 8px 24px;
    -webkit-box-shadow: 0 2px 0 0 #eab32b;
    box-shadow: 0 2px 0 0 #eab32b;
    position: relative;
    -webkit-transition: color .23s ease;
    transition: color .23s ease
}

.clog-page-adv .buttons .button-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #eab32b;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    z-index: -1
}

.clog-page-adv .buttons .button-link:hover {
    color: #000!important
}

.clog-page-adv .buttons .button-link:hover:after {
    height: 100%
}

.clog-page-frm {
    padding: 20% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 560px
}

.clog-page-frm .field {
    margin-top: 24px;
    display: block;
    white-space: nowrap
}

.clog-page-frm .field .label {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    width: 30%;
    display: inline-block
}

.clog-page-frm .field input[type=password],.clog-page-frm .field input[type=text] {
    border-radius: 5em;
    height: 56px;
    border: 1px solid #b70606;
    background-color: #1a0000;
    outline: 0;
    width: 70%;
    color: #fff;
    padding: 4px 24px;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

.clog-page-frm .field input[type=password]:active,.clog-page-frm .field input[type=password]:focus,.clog-page-frm .field input[type=text]:active,.clog-page-frm .field input[type=text]:focus {
    border: 1px solid #efc400
}

.clog-page-frm .field input[type=password]:-webkit-autofill,.clog-page-frm .field input[type=password]:-webkit-autofill:active,.clog-page-frm .field input[type=password]:-webkit-autofill:focus,.clog-page-frm .field input[type=password]:-webkit-autofill:hover,.clog-page-frm .field input[type=text]:-webkit-autofill,.clog-page-frm .field input[type=text]:-webkit-autofill:active,.clog-page-frm .field input[type=text]:-webkit-autofill:focus,.clog-page-frm .field input[type=text]:-webkit-autofill:hover {
    background-color: #1a0000!important;
    color: #fff!important
}

.clog-page-frm .field .error {
    color: #eab32b;
    width: 100%;
    display: block;
    padding: 2px 0
}

.clog-page-frm .sub.mr-left {
    width: 70%;
    margin-left: 30%;
    text-align: center
}

.clog-page-frm .sub.mr-left .button {
    margin: 12px auto
}

.clog-page-frm .sub .button {
    background-color: transparent;
    outline: 0;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 12px auto;
    border: none;
    -webkit-transition: -webkit-transform .23s ease-out;
    transition: -webkit-transform .23s ease-out;
    transition: transform .23s ease-out;
    transition: transform .23s ease-out,-webkit-transform .23s ease-out;
    display: block
}

.clog-page-frm .sub .button:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4)
}

.clog-page-frm .sub .button-link {
    font-size: 18px;
    text-decoration: underline
}

.clog-page-frm .sub .button-link:hover {
    color: #eab32b!important
}

.clog-page-fix {
    position: fixed;
    bottom: 32px;
    right: 0;
    min-width: 300px;
    z-index: 20
}

.clog-page-fix .support a {
    position: relative;
    display: block;
    height: 120px;
    text-decoration: none
}

.clog-page-fix .support a:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15)
}

.clog-page-fix .support a .inner {
    position: relative;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100px;
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 5em 0 0 5em;
    border: 2px solid #fff;
    border-right: 0;
    min-width: 300px
}

.clog-page-fix .support a .icon {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    left: 0;
    position: absolute;
    width: 120px
}

.clog-page-fix .support a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 2em;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 12px;
    margin-left: 120px;
    text-shadow: 0 2px #000,1px -1px #000
}

.clog-page-split {
    width: 4px;
    height: 540px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    top: 15%
}

.clog-page-split::after,.clog-page-split::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px
}

.clog-page-split::before {
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#c80405),color-stop(80%,#c80405),to(transparent));
    background: linear-gradient(to bottom,transparent 0,#c80405 20%,#c80405 80%,transparent 100%)
}

.clog-page-split::after {
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#350118),color-stop(80%,#350118),to(transparent));
    background: linear-gradient(to bottom,transparent 0,#350118 20%,#350118 80%,transparent 100%)
}

.clog-page-footer {
    position: relative;
    bottom: 0px;
    right: -50px;
    float: right;
}

.clog-page-footer img {
    max-width: 100%;
}


@media only screen and (max-width: 990px) {
    .clog-page-wrapper {
        padding-bottom:80px
    }

    .clog-page-footer {
        max-width: 100%;
    }

    .clog-page-langs .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .clog-page-langs .inner .label {
        margin-bottom: 12px
    }

    .clog-page-left {
        display: block
    }

    .clog-page-adv {
        padding: 14px 0;
        font-size: 14px
    }

    .clog-page-adv .buttons {
        padding: 12px 0
    }

    .clog-page-right {
        display: block
    }

    .clog-page-frm {
        max-width: 95%;
        margin: 0 auto;
        padding: 12px 0
    }

    .clog-page-frm .field {
        white-space: unset
    }

    .clog-page-frm .field .error,.clog-page-frm .field .label,.clog-page-frm .field input[type=password],.clog-page-frm .field input[type=text] {
        width: 100%!important;
        display: block;
        text-align: left!important
    }

    .clog-page-frm .sub.mr-left {
        margin-left: 0;
        width: 100%!important
    }

    .clog-page-fix {
        bottom: 12px;
        min-width: unset
    }

    .clog-page-fix .support a {
        height: 60px
    }

    .clog-page-fix .support a .icon {
        width: 60px
    }

    .clog-page-fix .support a .text {
        font-size: 1em;
        margin-left: 60px
    }

    .clog-page-fix .support a .inner {
        height: 40px;
        min-width: unset
    }
}

