.action-icon {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

  .fa-eye {
    color: blue; }

    .fa-edit {
      color: green; }

      .fa-trash-alt {
        color: red; }

        .fa-times-circle {
          color: red; }

          .fa-check-circle {
            color: green; }

.user_card {
  height: 400px;
  width: 350px;
  margin-top: 20%;
  margin-bottom: auto;
  background: #1f1b0d;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px; }

  .login_title {
    display: inline-block;
    padding-top: 100px;
    text-align: center; }

    .brand_logo_container {
      position: absolute;
      height: 170px;
      width: 170px;
      top: -75px;
      border-radius: 50%;
      background: white;
      padding: 10px;
      text-align: center; }

      .brand_logo {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 2px solid white; }

        .form_container {
          margin-top: 10px; }

          .login_btn {
            width: 100%;
            background: #af701e !important;
            color: white !important; }

            .login_btn:focus {
              box-shadow: none !important;
              outline: 0px !important; }

              .login_container {
                padding: 0.5rem 1rem; }

                .input-group-text {
                  background: #af701e !important;
                  color: white !important;
                  border: 0 !important;
                  border-radius: 0.25rem 0 0 0.25rem !important; }

                  .input_user, .input_pass:focus {
                    box-shadow: none !important;
                    outline: 0px !important; }

                    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
                      background-color: #81352c !important; }
