.banner_content.login_content {
    
    padding: 40px;
    text-align: center;
    outline: 10px solid #FFF;
    outline-color: rgba(255, 255, 255, 0.71);
    outline-offset: 4px;
    margin: 25px 0px; 
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.71);
    width: 45%;
      backdrop-filter: blur(15px);
      /*background: rgba(255, 255, 255, 0.25);*/
      border-radius: 5px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      padding: 2rem;
      width: 100%;
      max-width: 500px;
    }
.login_content h2{
    font-size: 30px;
    font-weight: 500;
    color: #1f7c69;
    margin-bottom: 15px;
}
    .login-card h2 {
      text-align: center;
      margin-bottom: 1.5rem;
      color: #fff;
    }

    /*.form-control {*/
    /*  background: #05857f17;*/
    /*  border: none;*/
    /*  border-radius: 0.5rem;*/
    /*  padding: 0.75rem 1rem;*/
    /*  margin-bottom: 1rem;*/
    /*  padding-left:40px;*/
    /*}*/

    /*.form-control:focus {*/
    /*  box-shadow: none;*/
    /*  background: #05857f17;*/
    /*}*/
    .float-group {
    position: relative;
    margin-bottom: 15px;
}

.float-group .icon {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 20px;
    opacity: 0.7;
    color: #05857f;
}
.float-group.textarea-group .icon { 
    left: 22px; 
}

.float-group input,
.float-group select,
.float-group textarea {
    width: 100%;
    padding: 10px 14px 10px 42px;
    border: 1px solid #bbb;
    border-radius: 8px;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
    background: white;
}

 
.float-group input:focus + label, .float-group select:focus + label,.float-group textarea:focus + label
{
    top: -8px;
    background: #fff;
    font-size: 12px;
    padding: 0 4px;
    color: #000;
}
.float-group textarea {
    min-height: 100px;
    resize: none;
}

.float-group label {
    position: absolute;
    left: 42px;
    top: 10px;
    color: #666;
    pointer-events: none;
    transition: 0.3s;
    background: #fff;
    padding: 0 4px;
}

.float-group input:focus,
.float-group select:focus,
.float-group textarea:focus {
    border-color: #008b87;
}

    .btn-login {
      width: 100%;
      padding: 0.75rem;
      border: none;
      border-radius: 0.5rem;
      background-color: #05857f;
      color: white;
      font-weight: bold;
    }

    .btn-login:hover {
      background-color: #05857f;
    }

  .forgot {
    display: block;
    text-align: left;
    margin-top: 1rem;
    color: #000;
    text-decoration: none !important;
    font-size: 25px;
}

    .forgot:hover {
      text-decoration: underline;
    }
    .input_field{
        position: relative;
    }
.input_field img , .input_field i{
    position: absolute;
    left: 10px;
    top: 14px;
}
    .login_content p{text-align:left;}
    .forget_link {
    color: #05857f;
    text-decoration: none;
}
.code_input input.form-control {
    width: 90%;
}
.code_input {
    position: relative;
}
p.code_text {
    position: absolute;
    top: 0;
    right: 46px;
    width: 125px;
    background: #05857f;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    /*border-radius: 0px 0.5rem 0.5rem 0px;*/
    letter-spacing: 2px;
}

.refresh_img {
    position: absolute;
    right: 13px;
    top: 16px;
    color: #05857f;
    cursor: pointer;
}

img.captcha_img {
    position: absolute;
    left: 0;
    top: 16px;
    left: 12px;
    width: 18px;
}



/*forget*/

    .reset-title {
        font-size: 32px;
        font-weight: 600;
        color: #1f7c69;
        margin-bottom: 10px;
    }

    .reset-desc {
        color: #333;
        margin-bottom: 25px;
        font-size: 15px;
        text-align:center !important;
    }


/*rating*/
.banner_content.login_content.rating_content{
    max-width:800px;
}

.rating-group {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1f7c69;
    margin-right: 16px;
    justify-content: center;
    width: 100;
    border: 1px solid #1F7C7C;
    padding: 4px 13px;
    border-radius: 7px;
}

.rating.active {
    color: #fff;
    font-weight: 600;
    background: #1f7c69;
}
img.left-img {
    width: 100%;
}

    
 .rating-title {
    font-size: 30px;
    font-weight: 500;
    color: #1f7c69;
    margin-bottom: 15px;
}   
    
/*tell a friend*/

.banner_content.login_content.tellAFriend_content {
    max-width: 1000px;
} 
.invite_text {
    font-size: 14px;
    font-weight: 500;
    color: #1f7c69;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: left;
}
.invite_content input::placeholder{
    font-size:12px !important;
}    
 
/*handshak    */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
 #tabMenu {
    display: flex;
    justify-content: center;
    gap: 10px; 
    margin-bottom: 15px;
}

.tab-item { 
    color: #1f7c69; 
    justify-content: center; 
    border: 1px solid #1F7C7C;
    padding: 4px 12px;
    border-radius: 7px;
    cursor:pointer;
}
  
.tab-item.active {
    color: #fff;
    font-weight: 600;
    background: #1f7c69;
} 
#scene_1 div#others{
    display:none !important;
}
  
#scene_1 div#others.tab-content.active {
    display: block !important;
}
p.letsMeet {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 26px;
    margin-bottom: 0;
    /*justify-content: center;*/
}
.letsMeet img{
    width: 60px;
}

.banner_content.login_content.receivable-container.terms_container {
    max-height: 530px; 
    overflow: auto;
}
button.policy_btn {
    background: #4da9a2;
    color: #fff;
    border: none;
    text-align: left;
    display: block;
    padding: 7px 17px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.accordion-header{
    margin-bottom:0px !important;
}   
.accordion-body a, .terms_container a{
    text-decoration:none;
    color:#4da9a2;
}    
.panel-body ul {
    list-style-type: disc;
}    
.panel-body ul.fa-ul {
    list-style-type: none;
}    

.banner_content.login_content.know-scrapper {
    
    max-width: 700px;
}
    
    
    
    
    
    
    
    
    
    
    