<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-lang{
    color: #008d09;
}

.login-with-simply{
    font-size: 14px;
    width: 100%;
   background-color: #FF785B;
    text-align: center;
  height:40px;
    border-radius: 40px;
    cursor: pointer;
    color: white;
    border: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simply-icon{
    height: 30px;
    border-radius: 8px;
}

.modal-top{
    padding: 8px 8px 0px 8px !important;
}
.modal-content{
    max-height: 100% !important;
    max-width: 100%;
    overflow-y: auto !important;
    padding: 8px !important;
}
.layout-login-form{
      padding: 8px !important;  
      margin: 4px !important;  
    width: auto !important;  
    min-width: 100% !important;
}
.modal {
    z-index: 9000 !important;

}
.modal-wrapper {
    overflow-y: auto !important;
}
.modal-forget-password.modal-wrapper {
    height: 345px;
    max-width: 800px;
}

div.Feedback_Message_Wrapper {
    left: 0px;
}
@media screen and (min-width: 1023px){
    modal-wrapper{
     max-width: 100% !important;
}
}
</pre></body></html>