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);}
.auth-input {
    background-color: #f2f2f2;
    color: #383838;
    border: none !important;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    box-shadow: none;
    line-height: 1.6;
    border-radius: 5px;
    /* font-size: 14px; */
    margin-bottom: 15px;
}
.auth-input-boot{
cursor: pointer;
    padding: 0.3342343017em 0.875em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    width: 300px;
    line-height: normal;
    height: 50px;
    border-radius: 5px;
    background: #6ab670;
    color: #fff;
}
.bx-auth-reg{
box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 30px 30px 30px;
width: 35%;
margin-left: auto;
    margin-right: auto;
margin-top: 20px;
}
h3.bx-title {
    font-size: 2em;
    line-height: 1.214;
    color: #333333;
    font-weight: 300;
    margin: 0 0 0.5407911001em;
    text-align: center;
}
@media(max-width: 1024px) {
.bx-auth-reg {
    width: 55%;
}
}
@media(max-width: 800px) {
.bx-auth-reg {
    width: 71%;
}
}
@media(max-width: 600px) {
.bx-auth-reg {width: 94%;}
.auth-input { width: 100%;}
.auth-input-boot { width: 100%;}


}