/* login form css */
.bx-input {
    height: 45px;
    border: none;
    border-bottom: 1px solid #ACACAC;
    box-shadow: unset !important;
    border-radius: unset !important;
    padding-left: 34px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 100;
}
.input-icon {
    position: absolute;
    top: 16px;
    width: 20px;
}
.bx-login-modal-body{
    padding: 0 50px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.profileForm{
    margin-top:10px;
}
.bx-pass-eye {
    position: absolute;
    right: 7px;
    bottom: 2px;
    color: gray;
    cursor: pointer;
}
.bx-login-modal-title{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}
.txt_label{
    color: #929292;
    font-size: 12px;
}
.forgotPass2 {
    color: #0C8CE9;
    text-decoration: none;
    font-size: 14px;
}
.bx-login-model-btn{
    width: 100%;
    background-color: #0C8CE9;
    border-color: #0C8CE9;
    height: 50px;
    font-weight: 500;
    font-size: 22px;
    
}
.bx-login-model-btn:hover{
   background-color: #076eb8;
    border-color: #076eb8;  
}
.bx-login-title{
    text-align: center;
    font-size: 12px;
    color: #929292;
}
.border-btn{
    border-radius: 50%;
    border-color: gray;
    border: 2px solid;
    box-shadow:unset !important;
}
/* user register modal*/
.bx-register-modal-dailog{
    max-width:600px;
}
.bx-form-row{
    padding: 15px 10px;
}
.bx-register-modal-body {
    padding: 0px 35px;
}
.small-font {
    color: #ACACAC;
    font-size: 13px;
    padding-left: 5px;
}
.modal-title2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.register-tabs{
    text-align:center;
}
.bx-register-tab {
    margin-left: -4px;
    display: inline-block;
    padding: 10px 0px;
    font-size: 15px;
    color: #ACACAC;
    border-bottom: 5px solid #ACACAC;
    width: 100px;
    cursor: pointer;
    font-weight: 200;
    transition:all 0.1s ease;
}
.bx-register-tab:hover{
    color:#0C8CE9;
}
.active-tab{
    color:#0C8CE9;
    border-color:#0C8CE9;
}

.location-container {
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.19);
    padding: 7px 0px;
    border-radius: 3px;
    font-size: 15px;
    color: #222;
    position: absolute;
    width: 100%;
    top: -8px;
    z-index: 10;
    transition:all 0.1s ease;
}
.location-container-item {
    padding: 5px 20px;
    cursor: pointer;
}
.location-container-item:hover{
     background-color: #9ec5fe21;
}
#arrow-down-svg{
    transition:all 0.3s ease-in-out;
}
#arrow-up-svg{
    display:none;
}
#bx-arrow-img1{
    transition:all 0.3s ease-in-out; 
}
.modal.show .modal-dialog {
    transform: none;
    z-index: 10;
}


/* get App QR Scanner*/
.get-app-modal-title {
    text-align: center;
    color: #0C8CE9;
    font-size: 3rem;
    font-weight: 600;
}
.get-app-modal-title2 {
    text-align: center;
    font-weight: 100;
    font-size: 2rem;
}
.app2{
    text-align:end;
}
.app2 a img{
    max-width:150px;
    min-width:150px;
}
.app-link-body {
    padding: 50px 81px;
}
.scanner-title {
    color: #222;
    font-weight: 100;
    font-size: 13px;
    margin-left: 24px;
}
.qr-scanner-img{
    width:70%;
}
.app-link-title{
    text-align: center;
    font-size: 13px;
}
.get-app-btn{
    border-color: #FC3;
    background-color: #FC3;
    font-size: 14px;
    color: #000;
    padding: 10px;
    transition:all 0.1s ease;
    /*width: 103px;*/
    height: 43px;
    padding-top: 1px;
    padding-bottom: 2px
}
.get-app-btn:hover{
     border-color: #e0b32a;
     background-color: #e0b32a;
     color: #000;
}
.get-app-btn:disabled{
     border-color: #e0b32a !important;
     background-color: #e0b32a !important;
     color: #000 !important;
}
.get-link-input{
    box-shadow:unset !important;
    font-size:14px;
}

/* forget password */
p.subtitle {
    text-align: center;
    font-size: 13px;
    color: #929292;
    font-weight: 200;
}