div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

form.regform td {
    position: relative;
    line-height: normal;
}
form.regform td input {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

form.regform td p.error {
    display: none;
    /* position: absolute;
    left: 0;
    top: 55px; */
    width: auto;
    z-index: 999;
    border: 1px solid;
    border-color: white;
    border-radius: 7px;
    color: red;
    font-size: 10px;
    text-shadow: 0 1px rgba(255, 255, 255, .89);
    margin: 0;
    font-weight: bold;
}
.form-bottom .error.private, .form-bottom .error.captcha{
    display: none;
    width: auto;
    z-index: 999;
    border: 1px solid;
    border-color: white;
    border-radius: 7px;
    color: red;
    text-align: center;
    font-size: 10px;
    text-shadow: 0 1px rgba(255, 255, 255, .89);
    padding: 1px 8px;
    margin: 0;
}
.form-bottom label{
    margin-bottom: 0;
}
/* form.regform td p.error:before {
    background: url(/local/templates/login/images/bx24-login-sprite5.png) no-repeat -293px -416px;
    content: "";
    height: 17px;
    left: 12px;
    margin-top: -9px;
    top: 50%;
    position: absolute;
    width: 19px;
} */
.starrequired{
    color: #ff6363;
/*    margin-right: 10px; */
}
.regform  table td:first-child{
    display: flex;
    position: relative;
}
.regform  table td img{
    margin-left: 5px;
    cursor: pointer;
}
.regform  table td img:hover + .tooltip{
    opacity: 1;
}
.tooltip{
    color: #2b3940;
    position: absolute;
    width: 400px;
    z-index: 9;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #f8f8f8;
    left: 0;
    top: 40px;
    box-sizing: border-box;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    z-index: 9999;
}
.tooltip-show{
    width: 400px;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    margin: 0;
}
.location-text, #location-text {
    font-size: 19px;
}

@media screen and (max-width: 1023px) {
    .regform {
        min-width: 240px;
    }
    .tooltip{
        width: 200px;
    }
    .tooltip-show{
        width: 200px;
    }
    input[name='register_submit_button'] {
        width: 100% !important;
    }
    .g-recaptcha {
        width: 100% !important;
    }
}
@media screen and (max-width: 400px) {
    .regform {
        min-width: 240px;
        /*width: 240px;*/
    }
    .g-recaptcha {
        width: 100% !important;
        margin: 0 auto;
        margin-left: -22px;
    }
    input[type="checkbox"] + label {
        margin: 30px 0;
    }
}

.showme{
    height: 25px;
    width: 25px;
    background: url('images/hidden.png') center center transparent;
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 25px;
    transform: translateY(-50%);
    display: none;
}

.error_t{
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -15px;
    left: 100px;
}

.showme.active{
    background: url('images/visible.png');
    background-size: cover;
    position: absolute;
   /* right: 0;
    top: 50%;*/
    transform: translateY(-50%);
}
.CapsLock{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    display: none;
}
.CapsLock.r35{
    right: 35px;
}
input{
    position: relative;
}
textarea {
    width: 100%;
    font-size: 19px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 5px 6px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c9d6dc;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
input::placeholder, textarea::placeholder {
    color: rgba(124, 143, 156, .4);
    /* font-size: 14px; */
}
form.regform td input.error, form.regform td textarea.error{
    border-bottom-color: red !important;
}

@media screen and (max-width: 1023px) {
    .text-field{
        display: none;
    }
}

@media screen and (max-width: 401px){
    .regform table tbody tr td:nth-child(1){
        width: auto;
    }
}


