
.infocus-phone-login__tab.infocus-phone-login__tab--active{
    color: #E91E63 !important;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21px; 
}

.infocus-phone-login__tab {
color: #222 !important;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 21px;
flex:1;
background:none !important;
border:none !important;
position:relative;
}

.action.login.primary,.action.primary.infocus-phone-login__btn{
    border-radius: 8px;
background: #E91E63;
    border: 1px solid #e91e63;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22.5px;
padding: 13px 15px;
    
}

.action.primary.create{
    border-radius: 8px;
border: 1px solid #E91E63;
    background: #fff;
    color: #E91E63;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 21px; 
}
.action.remind{
    color: #E91E63;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 19.5px;
}
.login-page-wrapper{
    display:flex;
    gap:32px;
    max-width:1340px;
    margin:10px auto;
    align-items:stretch;
}

.login-left-section{
    width:50%;
    position:relative;
    overflow:hidden;
    border-radius:12px;
    flex-shrink:0;
}

.login-right-section{
    width:50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

.login-card{
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #E5E5E5;
    border-radius:12px;
    padding:40px;
    box-sizing:border-box;
    box-shadow: 0 0.554px 1.108px 0 rgba(12, 26, 61, 0.04), 0 4.434px 13.301px 0 rgba(12, 26, 61, 0.06);
}

.infocus-phone-login__tabs{
    display:flex !important;
    border-bottom:1px solid #E5E5E5 !important;
    margin-bottom:32px !important;
    justify-content: space-around;
}
.infocus-phone-login__tab:hover,.infocus-phone-login__tab:focus,.infocus-phone-login__tab:active{
    border: none !important;
    color: #e91e63 !important;
    background: #fff !important;
}

.infocus-phone-login__tab--active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:2px;
    background:#E91E63;
}

.block-customer-login{
    margin:0;
}

.block-customer-login .block-content{
    padding:0;
}

.form-login .fieldset{
    margin:0;
}

.login-container .block{
    width: 100% !important;
}

.block-customer-login .actions-toolbar {
    display: block;
}

.block-customer-login .actions-toolbar .primary {
    width: 100% !important;
}

.block-customer-login .actions-toolbar .action.login.primary,.infocus-phone-login__btn {
    width: 100%;
    display: block;
}

.login-container .fieldset>.field>.control{
    width: 100% !important;
}

.secondary.login-options{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px !important; 
}

.remember-me{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.remember-me input{
    margin: 0;
}
.remember-me span{
    color: #222;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; 
}

.remember-me input[type="checkbox"] {
    accent-color: #E91E63;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.secondary.login-options .action.remind{
    margin: 0;
}
.login-container .fieldset:after{
    content: "";
}

.actions-toolbar.infocus-phone-login__actions .secondary{
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.secondary .action.infocus-phone-login__btn--link{
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    color: #E91E63;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    margin-bottom: 0;
    text-decoration: none;
    cursor: pointer;
}

.secondary .action.infocus-phone-login__btn--link:hover,
.secondary .action.infocus-phone-login__btn--link:focus,
.secondary .action.infocus-phone-login__btn--link:active{
    background: transparent;
    border: none;
    box-shadow: none;
    color: #E91E63;
    text-decoration: underline;
}

.actions-toolbar .login-options .action.remind {
    width: auto !important;
    display: inline-block;
}

.block-customer-login .input-text {
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #E8E1D8;
    height: 46px;
}

.password-control {
    position: relative;
}

.password-control .input-text {
    padding-right: 46px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 2;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 24px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background-image: url("../images/password-hide.svg");
}

.password-toggle:hover,
.password-toggle:focus,
.password-toggle:active {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 24px;
    background-image: url("../images/password-hide.svg");
    border: none;
    outline: none;
    box-shadow: none;
}

.password-toggle.is-visible,
.password-toggle.is-visible:hover,
.password-toggle.is-visible:focus,
.password-toggle.is-visible:active {
    background-image: url("../images/password-show.svg");
}

.field.email span, .field.password span {
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
}

.login-container .block .block-title{
    font-size: 16px;
}

    
.social-login-divider {
    position: relative;
    margin: 32px 0 24px;
    text-align: center;
}

.social-login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E5E7EB;
    transform: translateY(-50%);
}

.social-login-divider span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background: #FFF;
    color: #6B7280;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    z-index: 1;
}

.social-login-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.social-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    transition: all .3s ease;
}

.social-login-btn:hover {
    border-color: #E91E63;
}

.social-login-btn img,
.social-login-btn svg {
    width: 32px;
    height: 32px;
}

@media(max-width:678px){

    .login-page-wrapper{
        flex-direction:column;
    }

    .login-left-section,
    .login-right-section{
        width:100%;
    }
    
    .login-right-section{
        padding: 0 20px;
    box-sizing: border-box;
    }

    .login-left-section{
        border-radius: 0;
    }

    .login-card{
        padding: 20px;
    }


    .field.email span, .field.password span {
    color: #222;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    }

.infocus-phone-login__tab.infocus-phone-login__tab--active,.infocus-phone-login__tab{
   font-size: 12px;
   line-height: 18px; 
   padding: 10px 5px;
   width: 50%;
}
.block-customer-login .input-text{
    font-size: 10px;
    height: 30px;
}

.login-container .block .block-title{
    font-size: 14px;
}
.remember-me input[type="checkbox"]{
    width: 12px;
    height:12px ;
    margin-bottom: 6px;
}
.login-container .remember-me span{
    font-size: 10px;
    line-height: 12px;
}
.action.remind{
    font-size: 10px;
    line-height: 12px;
}
.password-toggle{
    width: 16px;
    height: 16px;
    right: 10px;
    background-size: 14px 16px;
}
.password-control .input-text{
    padding-right: 32px;
}
.action.login.primary, .action.primary.infocus-phone-login__btn{
    font-size: 12px;
    line-height: 14px;
}
.secondary .action.infocus-phone-login__btn--link{
    font-size: 12px;
    line-height: 14px;
}

.infocus-phone-login__label span{
    font-size: 12px;
    line-height: 14px;
}
.infocus-phone-login__description{
    font-size: 12px;
}

 .social-login-divider {
        margin: 24px 0 20px;
    }

    .social-login-divider span {
        font-size: 12px;
        padding: 0 12px;
    }

    .social-login-buttons {
        gap: 24px;
        margin-bottom: 10px;
    }

    .social-login-btn svg {
        width: 24px;
        height: 24px;
    }
}