#save_custom .popup {
  max-width: 700px;
  max-height: 350px;
  overflow: hidden; }
  #save_custom .popup .bottom_navigation {
    display: flex !important; }
    @media (max-width: 500px) {
    #save_custom .popup .bottom_navigation {
      display: grid !important;
      text-align: center !important;
      margin-left: 20px;
      margin-right: 20px; } }
    @media (max-width: 500px) {
      #save_custom .popup .bottom_navigation .btn_print_save {
        margin-top: 10px; } }
    @media (max-width: 380px) {
      #save_custom .popup .bottom_navigation .hide_text {
        display: none; } }
    #save_custom .popup .bottom_navigation .first_cap {
      text-decoration: lowercase; }
      @media (max-width: 380px) {
    #save_custom .popup .bottom_navigation .first_cap {
      text-decoration: capitalize; } }
  #save_custom input[type="text"], #save_custom input[type="password"] {
    width: 100%;
    border: 1px solid #e2e2e1;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    font-family: 'Roboto';
    margin-bottom: 10px; }
  #save_custom .btn_print_save {
    padding: 0 10px; }
  #save_custom .disabled {
    pointer-events: none;
    user-select: none;
    background: #e2e2e2;
    cursor: default; }
  #save_custom .login_wrong {
    color: red;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: none; }
