.admin_styles_container {
    display: flex;
    flex-direction: column;
    z-index: 90000;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-wrap: wrap;
    background: #06bee1;
    width: 250px;
    padding: 10px 0;
    align-items: center;
    border-radius: 5px;
    /* opacity: .9; */
  }

  .admin_styles_container p {
    font-size: 2.5rem;
  }

  .admin_styles_container form {
    padding: 1rem;
  }

  .admin_styles_container form button {
    margin-top: 10px;
    background: #2d00f7;
    color: #fff;
    padding: .5rem .8rem;
    outline: none;
    border-radius: 5px;
  }

  input {
    width: 100%;
    padding: 1rem 0;
    border-radius: 5px;
  }
