.edukid_login_page{margin-bottom: 50px;}
.edukid_login_page .well {
    text-align: center;
    width: 80% !important;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: unset;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}
.edukid_login_page .title_blue{color: #1db9ec;font-weight: normal;font-family: inherit;}
.edukid_login_page .title_red{color: #ef57a0;font-family: inherit;}
.edukid_login_btn{
    width: 100%;
    margin-bottom: 10px !important;
    background: #1db9ec !important;
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 16px;
}
.edukid_register_btn{
    width: 100%;
    margin-bottom: 10px !important;
    background: #ef57a0 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    font-size: 16px;
}
.wholesale_register_chirstmas{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 72px;
    margin-top: 20px;
    background: #fff;
    display: block;
    background: #F5F1E5;
}
.edukid_register_page form{
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    display: inline-block;
    width: 100%;
}
.edukid_register_page form .grid_box{
    grid-template-columns: 1fr 1fr;
    display: grid;
}
.edukid_register_page form .form-group{padding-bottom:10px;}
.edukid_register_page .form-group.has-error .text-danger{color:red;}
.edukid_register_page form .buttons{font-size:16px;}
.edukid_register_page form .create_customer_btn{
    background: #1db9ec !important;
    max-width: 260px;
    display: block;
    margin: 0 auto;
    text-transform: capitalize;
    font-size: 18px;
}
@media only screen and (max-width: 760px) {
    .edukid_register_page #content{padding:0;}
    .edukid_register_page form [name="firstname"]{margin-bottom: 10px;}
    .edukid_register_page form [name="city"]{margin-bottom: 10px;}
    .edukid_register_page form .grid_box{grid-template-columns: 1fr;}
    .b2b .block-left{width:100% !important;}
    .b2b .block-right{width:100% !important;}
}

.label-address-type {
  padding: 2px 8px;
  background-color: rgb(0, 169, 225);
  color: #fff;
  display: table;
  border-radius: 4px;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}

.box.account {
  padding-left: 15px;
}

.account .account-info {
  margin: 10px 0px 10px;
  border-bottom-width: 1px;
}

.account .account-info a {
  line-height: 13px;
}

.account .account-info .name a:before {
  display: none;
}

.account .account-info .name {
  font-size: 18px;
  font-weight: bold; 
  margin-bottom: 5px;
}

.account .account-info .customer-group {
  font-size: 14px;
  padding: 3px 8px;
  background-color: rgb(0, 169, 225);
  color: #fff;
  display: table;
  border-radius: 4px;   
}

.b2b-form select {
    border: 1px solid #E4E4E4;
    padding: 8px !important;
    max-width: 100%;
    width: 100%;
    margin: 0px !important;
    background: white !important;
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.08) !important;
}

.hide {
  display: none;
}


.b2b {
  background: transparent !important;
}
.edukid_register_page .form-group [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.b2b .login-wrap {
    min-height: auto !important;
    margin-bottom: 30px;
  }

.b2b input[type='text'], .b2b input[type='email'], .b2b input[type='password'], .b2b input[type='tel'], .b2b textarea, .b2b select {  
    border: 0px;
    box-shadow: none;
    height: 50px;
    padding: 8px 25px !important;
    width: 100%;
    /*background: #dbe4f2 !important;*/
  }

 .b2b #address .form-group input,  .b2b #address .form-group select { box-shadow: none !important; }
 
 .b2b #password .form-group input, .b2b #account .form-group input, .b2b #address .form-group select, #account .form-group textarea { width: 100% !important }
 
 .b2b #account .form-group textarea { width: 100% !important; height: 105px; padding: 20px 25px !important; font-family: sans-serif; } 
 
 .b2b-form .form-group textarea { font-family: sans-serif; height: 100px; }
 
 .b2b #account, .b2b #address, .b2b #password, .b2b #newsletter {
   padding: 0 15px;
 }
 
 input:-moz-read-only { /* For Firefox */
   cursor: not-allowed;
 }

 input:read-only {
   cursor: pointer !important;
 }
 
 .b2b .button {
   cursor: pointer !important;
 }
 
 textarea[readonly="readonly"], textarea[readonly],select[readonly="readonly"], select[readonly] {
   cursor: not-allowed; 
 }

.b2b input:-webkit-autofill,
.b2b input:-webkit-autofill:hover, 
.b2b input:-webkit-autofill:focus,
.b2b textarea:-webkit-autofill,
.b2b textarea:-webkit-autofill:hover,
.b2b textarea:-webkit-autofill:focus,
.b2b select:-webkit-autofill,
.b2b select:-webkit-autofill:hover,
.b2b select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.b2b .button-back {
   background: #bbb;
}
  
  .b2b .forgotten {  
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  
  .b2b #column-right {
    width: 55%;
  }
  
  
  
  .b2b .banner-login {
    margin-top: 5px;   
  }  
  
  .b2b .banner-login .text, .b2b .banner-login .logos {
    display: inline-block; 
    padding: 10px 15px;
  }
  
  .b2b .banner-login .text {
    text-align: right;
    width: 29%;
    line-height: 16px;
    color:#808080;
    vertical-align: middle !important;     
  }
  
  .b2b .banner-login .logos {
    width: 70%; 
    border-left: 1px #909090 solid; 
    vertical-align: middle;   
  }
  
  .b2b .banner-login .logos img {
    margin: 10px 15px; 
    max-width: 350px !important; 
    vertical-align: middle;
  }

  
.b2b #column-right+ #content {
    margin-right: 54%;
}

.edukid_login_page .b2b #content {
  margin-top: 30px; 
  text-align: center;
  width: 100%;
}

 .b2b .block-left {
   float: left;
   width: 50%;
 }
 
 .b2b .block-right {
   float: right;
   width: 49%;
 }
 
 .b2b .two-in-one {
   margin-bottom: 0px !important;
   display: block;
   overflow: hidden;
 }
 
 .b2b .g-recaptcha {
    margin: 10px 15px 0px;
 }
 
 .b2b .account-text {
   padding: 10px 0px 15px;
 }
  .b2b .secondary-title {
    border: 0px !important;
    font-weight: bold;
    text-align: center;
  }
  .b2b #cmb .text {  
    margin: 13px 0px;
    float: left;
    width: 75%;
    text-align: left;
    font-size: 16px;
    color: #000;
  }
  .b2b #cmb .image {   
    float: left;
    width: 25%;
    text-align: left;  
  }
  .b2b #cmb img {
    margin: 6px 15px;
    height: 60px !important;
    width: auto !important; 
    float: left; 
  }
  
  .route-account-register #cmb {
    display: none;
  }
  
  .route-account-register .b2b > .row {
    float: left;
    width: 100%;
  }

@media only screen and (max-width: 760px) {
 .b2b #column-right+#content {
    margin-right: 0;
  }
  
.b2b #content {
  margin-top: 10px;   
}  

  .b2b > .row {
    width: 100%;
  }
  
    .b2b .slogan {  
       font-size: 18px !important;
    }
    
    .b2b .well {
      width: 100% !important;
    }
    
    .b2b .login-content input[type='text'], .b2b .login-content input[type='password'] {
       height: 42px;
    }
    
    .b2b .login-wrap {
      margin-bottom: 10px;
    }
    
   .b2b #cmb {
    width: 260px;
    margin: 0 auto 25px;  
    background: #fff;
    height: 64px;    
  }  
  
    .b2b #cmb img {
    margin: 5px 10px;
    height: 54px !important;
    width: auto !important;  
  }
  
  .b2b #cmb .text { 
     font-size: 14px;
  }   
  
  .b2b .banner-login .logos img {
     width: 100px !important;
  }
  
  .b2b #column-right {
    display: block !important;
    width: 100% !important;
    padding-top: 0px;
    margin-top: -50px;    
  }
  
  .b2b .banner-login .text {
    width: 38%;
  }
  .b2b .banner-login .logos {
    width: 60%;
  }  
  
  .route-account-register .b2b .btn-primary {
    display: block;
    margin: 10px auto 0;
  }
}