

::-webkit-scrollbar{
    display: none !important;
}
.backlog{
    position: absolute;
    color: #fff;
    right: 30px;
    top: 15px;
    cursor: pointer;
} 
    #frmCode {
        /*position: relative;*/

        display: none;

    }
    #verify{
        color:#ff0000;
        cursor:pointer;
    }
    #verify:hover{
        color:#39739b;
    }
    .plainrows{
        margin: auto;
    }
    .plainrows label{
        color: #ccc;
    }
    .plainrows input{
    margin: 10px;
    width: 100%;
    background: transparent;
    outline: none !important;
    border: 1px solid #ccc;
    padding: 10px;
    border-color: #2e6da4;
    border-radius: 20px;
    color: #fff;
    }
    .plainrows input[type="submit"]{

    }
    .plainrows textarea{
        margin: 10px;
        width: 100%;
    }
    .plainrows select{
        margin: 10px;
        width: 100%;
    }
#sp-bottom, #sp-topbar , #sp-header, #sp-socialmedia, #sp-footer, #sp-pos, #sp-headersearch-phone, #whatsappbtn, #sp-header-sticky-wrapper{
display: none;
 }
  body.itemid-0 {
      background-image: url('/./images/registerimage.jpg');
      background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    height: 100vh; 
    width: 100vw;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

   @media (max-width: 600px) {
      body {
      background-image: url('/./images/registerformobilee.jpg') !important;
      }
    
    
}
@media (max-width: 768px) {
      body {
      background-image: url('/./images/registerforipad.jpg');
      }
    
    
} 

@media (min-width: 481px) and (max-width: 600px){
#container-login {
width: 400px !important;    
}
}
@media (max-width: 480px){
#container-login {
    padding: 20px !important;
    height: 100vh;
    background: rgb(0 0 0 / 48%) !important;
    width: 100% !important;
    border-radius: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    transition: none !important;
}
.myErr, .lengerr, .mErr, .lengrr {
    top: 217px !important;

}
}


#container-login {
  padding: 50px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #000;
  border-radius: 20px;
  transition: 1s;
}

#jform_mobile1, #jform_mobile2{
       border:0;
  background: none;
  display: block;
  margin: 1px auto;
  text-align: center;
  border: 2px solid #888;
  padding: 14px 10px;
  height: 30px;
  width: 100%;
  outline: none;
  color: #ccc;
  transition: 0.25s; 
border-radius: 5px;
  
}

#jform_mobile1:hover , #jform_mobile2:hover{

  /*border-color: #3c53c7;*/
  border-radius: 24px;

}

.pablowlogin:hover {
        opacity: 80%;
}

.logtitle{
    font-size: 22px;
    margin-bottom: 30px;
    }
.logsubtitle{
    font-size: 12px;     
}
.regislaw{
    display: flex;
    font-size: 12px;
    color: #e6e6e6;
    margin-top: 20px;
    }
    #container-login img{
        /*filter: invert(1);*/
        max-width: 100px;
    }
.applelink{
    display: flex;
    margin: auto;
    max-width: 100px;
    justify-content: center;
    margin-bottom: 20px;
}
.log-more{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    outline: none !important;
    border: none !important;
    height: 35px;
    transition: 0.3s;
}
.log-more:active{
    transform: scale(0.95);
}
.myErr, .lengerr, .mErr, .lengrr{
    position: absolute;
    color: red;
    top: 245px;
    font-size: 11px;
    text-align: right;
}
