.inputwrap.checkbox {
    margin-bottom: 40px;
}

.inputwrap.checkbox label {
    margin-bottom: 0;
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    min-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.inputwrap.checkbox label:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 6px;
    background: var(--bgblack);
}

.inputwrap.checkbox input:checked + label:before {
    content: '';
    background-color: var(--yellow);
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 7px;
    border-radius: 3px;
    z-index: 1;
}

.inputwrap.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

body div.bx-auth-serv-icons a:hover {
    border: 2px solid;
}

.remember_user {
    margin-top: 30px;
}

.authpage input:-webkit-autofill,
.authpage input:-webkit-autofill:hover,
.authpage input:-webkit-autofill:focus {
    border: none !important;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--bgblack) inset !important;
    font-family: Montserrat !important;
}