[data-page="login"] .page-content.login-screen-content{
    background: linear-gradient(135deg, #8F00FF 0%, #FF6B6B 100%);
}
.brand-logo .f7-icons{
    color: #fe4848 !important;
}
.brand-section{
    color: #efeded;
}
.action-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.action-buttons .button{
    width: 80%;
    margin-bottom: 1rem;
}
.action-buttons .button:nth-child(1){
    background: #FF6B6B;
}
.action-buttons .button:nth-child(2){
    color: #fcbbbb;
    border-color: #FF6B6B;
}