.page-template-login .breadcrumbs,
.page-template-forgetpassword .breadcrumbs{
    display: none;
}
.page-template-forgetpassword .site-content,
.page-template-login .site-content{
    background-color: #F0EDE1;
}
.account.container{
    max-width: 906px; 
    display: flex;
}
.account-wrapper{
    display: flex; 
    padding: 40px;
    background: #FFFFFF;
    gap: 40px;
    margin: 80px 0 100px; 
    border-radius: 5px;
}
.account-divider{
    width: 1px;
    background-color: #F0EDE1;
}
.account-col-left img{
    width: 100%;
    height: auto;
}
.account-col-left{ 
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.account-col-left h3{ 
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.account-col-left .content-below{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.account-col-left .content-below p:last-child{
    margin-bottom: 0;
}
.account-form-top h1,
.success-message h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    font-family: "Hind", sans-serif;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 0;
}
.account-form-top{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.account-form-field{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.account-form-field > div{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.account-form-field > div > div{
    display: flex;
    justify-content: space-between; 
}
.account-form-field a.forgot-password{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #959595;
    text-decoration: underline;
}
.account-form-field a.forgot-password:hover{
    color: #00ACD7;
}
.account-form-top label{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.account-form-top label span{
    color: #E40000;
} 
.account .error-mess{
    margin: 0;
    color: #E40000;
}
.account .error-mess:not(#pass-error):empty{
    display: none;
}
.account #username-error:empty{
    display: none;
}
.account-form-field input:not([type="password"]){
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D3CFC1;
    outline: none;
    padding: 12px 20px;
    height: 50px;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0; 
    color: #282828;
}
.account-form-field input[type="password"],
.account-form-field input[type="password"]:focus:-webkit-autofill,
.account-form-field input[type="password"]:focus,
.account-form-field input[type="password"]:valid{
    padding: 12px 20px 12px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D3CFC1;
    height: 50px;
    font-weight: 400;
    letter-spacing: 0; 
}
.account-form-field input[type="password"]:-webkit-autofill {
    font-size: unset;
}
.account-form-field input[type="password"].error,
.account-form-field input.error{
    border: 1px solid #E40000;
}
.account-col-right form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.account-form-bottom{
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.account-form-bottom button{
    width: 100%;
}
.account-form-bottom > div{
    display: flex;
    justify-content: space-between;
    padding: 0 4.5px;
    flex-wrap: wrap;
    column-gap: 10px;
}
.account-form-bottom > div a{
    text-decoration: underline;
}
#login-error,
#forget-message{
    position: absolute;
    bottom: -20px;
}
#ajax-forget-password-form .account-form-bottom > div{
    justify-content: center;
}
#ajax-forget-password-form .account-form-bottom{
    gap: 26px;
}
#forgot-password-error:empty,
#forgot-password-success:empty{
    display: none;
}
#forgot-password-error{
    margin: 0;
}
#forgot-password-success{
    margin: 0;
    color: #00C160;
}
.password-view{
    position: relative;
}
.password-view svg{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-view input[type="password"]{
    padding-right: 50px;
}
.limited-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;   
    line-height: 26px;      
    max-height: calc(26px * 3);
}
.success-message .btn.btn-primary{
    font-family: Hind;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding: 8px 20px 5px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 50px;
    color: #00ACD7;
    border: 1.5px solid currentColor;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}
.success-message .btn.btn-primary:hover{
    background-color: #00ACD7;
    color: #fff;
}
.success-message{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: center;
}
.success-content h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
}
.success-message img{
    max-width: min(130px, 100%);
}
.success-content p{
    margin: 0;
}
.success-content{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
@media screen and (min-width: 768px){
    .account-col-left,
    .account-col-right{
        width: calc(100% - 81px);
    }
}
@media screen and (max-width: 767.98px){
    .account-divider{
        display: none;
    }
    .account-wrapper{
        flex-direction: column;
        gap: 40px; 
        margin: 40px 0 100px;
        padding: 40px 23.5px;
    }
    .account-col-right{
        order: 1;
    }
    .account-col-left{
        order: 2;
    }
    .account-col-left, 
    .account-col-right{
        width: 100%;
    }
    .account-form-field{
        gap: 40px;
    }
    .account-col-right form{
        gap: 40px;
    }
    #ajax-forget-password-form .account-form-bottom{
        gap: 20px
    }
    .account-form-bottom{
        gap: 30px;
    }
    .account-form-bottom > div{
        justify-content: center;
        padding: 0;
        gap: 15px;
    }
    .account.container{
        padding: 0 21.5px;
    }
    .success-message h1{
        padding-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;  
        font-family: "Hind", sans-serif;
        text-align: center;
        margin-bottom: 0;        
        letter-spacing: 0;
    }
    .account-form-top h1{
        font-size: 30px;
        line-height: 40px;
    }
    .success-message img{
        max-width: min(96px, 100%);
    }
}