<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rgnr-password-reset-card {
    background-color: #FFFFFF !important;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.rgnr-password-reset-card .card-header{
    background-color: #2c6961 !important;
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.rgnr-password-reset-card .card-body form{
    background-color: #FFFFFF !important;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    display: flex;
}


.rgnr-password-reset-card .card-body button{
    margin-bottom: 10px; 
}

.rgnr-password-reset-card .card-body form div.reinit-form button{ 
    height: 42px;
    font-size: 1.1em;
}

.rgnr-password-reset-card .card-body form div.promo-container, div.reinit-form{ 
    width: 50%;
    padding: 20px;
} 

.rgnr-password-reset-card .card-body form div.promo-container{ 
    border-left: 1px solid #d0d0d0;
}

.rgnr-password-reset-card .card-body form p{
    text-align: left; 
    font-family: 'Sora';
}
 
.rgnr-password-reset-card .card-body form label{ 
    color: black!important;
    text-align: left!important;
}     

.rgnr-custom-password-reset-message{
    background-color: #2c69611f !important;
    color: #2c6961;
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px;
}


.promo-container {
    position: relative;
    background: linear-gradient(135deg, #FFF 70%, #FFEBB5 60%);
    border-bottom-right-radius: 10px;
    text-align: center;
    width: 400px;
    font-family: Arial, sans-serif; 
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.promo-text { 
    display: inline-block;
    padding: 10px;
    border-radius: 5px; 
    color: #000000;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Sora';
}

.highlight {
    color: #f5a87e;
}

.highlight-bold {
    color: #f5a87e;
    font-weight: bold;
}

.btn-details {
    background: linear-gradient(135deg, #FFA07A, #f5a87e);
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 766px){
    .rgnr-password-reset-card .card-body form{ 
        display: flex;
        flex-direction: column;
    }
    .rgnr-password-reset-card .card-body form div.promo-container, div.reinit-form{ 
        width: 100%;
        padding: 0;
    }
    .rgnr-password-reset-card .card-body form div.promo-container{ 
        border-left: 1px solid #ffffff; 
        padding-top: 10px!important;
    }

    .rgnr-password-reset-card .card-body form div.reinit-form button {
        font-size: 0.8em;
    }
 
}

.page-id-33912 .entry-title{
    display: none!important;
}</pre></body></html>