email-settings {
  display: block;

  .email {
    width: 80%;
    margin: 0 auto;
  }

  .form-group {
    display: flex;

    h4 {
      width: 30%;
      margin: 20px 0 0 10%;
      padding-bottom: 6px;
      border-bottom: 1px solid #ccc;
    }

    label {
      width: 20%;
      text-align: right;
      margin-right: 8px;
    }

    input, textarea {
      width: 70%;
    }

    .radio {
      width: 20px;
      height: 20px;
    }
  }

  .btn-group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;

    .btn-ldap {
      width: 148px;
      height: 35px;
      margin-right: 10px;
      background-color: var(--global-theme-color-light, #04BEB4);
      color: white;
    }
  }

  .flex {
    margin-right: 24px;
    display: flex;
  }

  .red {
    color: red;
  }
}
